public class H2Dialect extends StandardDialect
| Constructor and Description |
|---|
H2Dialect() |
| 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 |
executeFunctionFormat() |
java.util.Collection<QualifiedName> |
getSequences(java.sql.DatabaseMetaData metaData)
Returns a collection of all sequences in this database.
|
protected java.lang.String |
randomPattern() |
alterIdentityColumnFormat, alterSequenceFormat, createUniqueConstraintFormat, currentTimestampFunction, dateLiteralFormat, 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, parseSequence, selectForUpdatePattern, sequencePattern, sequenceTableType, timeLiteralFormat, timestampLiteralFormat, truncateTableFormatpublic H2Dialect()
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 createForeignKeyConstraintFormat()
createForeignKeyConstraintFormat in class StandardDialectStandardDialect.createForeignKeyConstraintFormat()protected java.lang.String currentDatePattern()
currentDatePattern in class StandardDialectStandardDialect.currentDatePattern()protected java.lang.String currentTimePattern()
currentTimePattern in class StandardDialectStandardDialect.currentTimePattern()protected java.lang.String currentTimestampPattern()
currentTimestampPattern in class StandardDialectStandardDialect.currentTimestampPattern()protected java.lang.String randomPattern()
randomPattern in class StandardDialectStandardDialect.randomPattern()