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, truncateTableFormat
public DB2Dialect()
protected java.lang.String executeFunctionFormat()
executeFunctionFormat
in class StandardDialect
StandardDialect.executeFunctionFormat()
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 sequencePattern()
sequencePattern
in class StandardDialect
StandardDialect.sequencePattern()
protected java.lang.String nextSequenceValueFormat()
nextSequenceValueFormat
in class StandardDialect
StandardDialect.nextSequenceValueFormat()
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()