public class DB2Dialect extends StandardDialect
| Constructor and Description |
|---|
DB2Dialect() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected java.lang.String |
nextSequenceValueFormat() |
protected java.lang.String |
sequencePattern() |
protected java.lang.String |
timeLiteralFormat() |
protected java.lang.String |
timestampLiteralFormat() |
alterIdentityColumnFormat, alterSequenceFormat, createForeignKeyConstraintFormat, createUniqueConstraintFormat, currentDatePattern, currentTimePattern, currentTimestampFunction, currentTimestampPattern, 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, parse, parseInsertTable, parseSequence, randomPattern, selectForUpdatePattern, sequenceTableType, truncateTableFormatpublic DB2Dialect()
protected java.lang.String executeFunctionFormat()
executeFunctionFormat in class StandardDialectStandardDialect.executeFunctionFormat()public java.util.Collection<QualifiedName> getSequences(java.sql.DatabaseMetaData metaData) throws java.sql.SQLException
DialectgetSequences in interface DialectgetSequences in class StandardDialectmetaData - database meta datajava.sql.SQLExceptionStandardDialect.getSequences(java.sql.DatabaseMetaData)protected java.lang.String sequencePattern()
sequencePattern in class StandardDialectStandardDialect.sequencePattern()protected java.lang.String nextSequenceValueFormat()
nextSequenceValueFormat in class StandardDialectStandardDialect.nextSequenceValueFormat()protected java.lang.String dateLiteralFormat()
dateLiteralFormat in class StandardDialectStandardDialect.dateLiteralFormat()protected java.lang.String timeLiteralFormat()
timeLiteralFormat in class StandardDialectStandardDialect.timeLiteralFormat()protected java.lang.String timestampLiteralFormat()
timestampLiteralFormat in class StandardDialectStandardDialect.timestampLiteralFormat()