public class DerbyDialect extends StandardDialect
Constructor and Description |
---|
DerbyDialect() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
createForeignKeyConstraintFormat()
Deferrability clause is not supported.
|
protected java.lang.String |
currentDatePattern() |
protected java.lang.String |
currentTimePattern() |
protected java.lang.String |
currentTimestampPattern() |
protected java.lang.String |
dateLiteralFormat() |
protected java.lang.String |
executeFunctionFormat() |
java.util.Collection<QualifiedName> |
getSequences(java.sql.DatabaseMetaData metaData)
Returns a collection of all sequences in this database.
|
java.lang.String |
parseSequence(java.lang.String sql)
Parses a sequence name from the specified SQL statement.
|
protected java.lang.String |
timeLiteralFormat() |
protected java.lang.String |
timestampLiteralFormat() |
alterIdentityColumnFormat, alterSequenceFormat, createUniqueConstraintFormat, currentTimestampFunction, dropConstraintFormat, dropForeignKeyConstraintFormat, dropUniqueConstraintFormat, dummyTable, evaluateCurrentDate, evaluateCurrentTime, evaluateCurrentTimestamp, evaluateRand, executeFunction, executeFunctionSQL, executeQuery, getAlterIdentityColumnSQL, getAlterSequenceSQL, getColumnType, getCreateForeignKeyConstraintSQL, getCreateUniqueConstraintSQL, getDefaultSchemas, getDropForeignKeyConstraintSQL, getDropUniqueConstraintSQL, getIdentifierPattern, getNextSequenceValueSQL, getSimpleSQL, getTruncateTableSQL, insertIntoTablePattern, isSelectForUpdate, nextSequenceValueFormat, parse, parseInsertTable, randomPattern, selectForUpdatePattern, sequencePattern, sequenceTableType, truncateTableFormat
public DerbyDialect()
protected java.lang.String executeFunctionFormat()
executeFunctionFormat
in class StandardDialect
StandardDialect.executeFunctionFormat()
public java.lang.String parseSequence(java.lang.String sql)
Dialect
parseSequence
in interface Dialect
parseSequence
in class StandardDialect
sql
- a SQL statementStandardDialect.parseSequence(java.lang.String)
public java.util.Collection<QualifiedName> getSequences(java.sql.DatabaseMetaData metaData) throws java.sql.SQLException
Dialect
getSequences
in interface Dialect
getSequences
in class StandardDialect
metaData
- database meta datajava.sql.SQLException
StandardDialect.getSequences(java.sql.DatabaseMetaData)
protected java.lang.String createForeignKeyConstraintFormat()
createForeignKeyConstraintFormat
in class StandardDialect
StandardDialect.createForeignKeyConstraintFormat()
protected java.lang.String currentDatePattern()
currentDatePattern
in class StandardDialect
StandardDialect.currentDatePattern()
protected java.lang.String currentTimePattern()
currentTimePattern
in class StandardDialect
StandardDialect.currentTimePattern()
protected java.lang.String currentTimestampPattern()
currentTimestampPattern
in class StandardDialect
StandardDialect.currentTimestampPattern()
protected java.lang.String dateLiteralFormat()
dateLiteralFormat
in class StandardDialect
StandardDialect.dateLiteralFormat()
protected java.lang.String timeLiteralFormat()
timeLiteralFormat
in class StandardDialect
StandardDialect.timeLiteralFormat()
protected java.lang.String timestampLiteralFormat()
timestampLiteralFormat
in class StandardDialect
StandardDialect.timestampLiteralFormat()