public class MckoiDialect extends StandardDialect
| Constructor and Description |
|---|
MckoiDialect() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
currentTimestampPattern() |
java.lang.String |
parseInsertTable(java.lang.String sql)
Parses a table name from the specified INSERT SQL statement that may contain identity columns.
|
protected java.lang.String |
sequencePattern() |
alterIdentityColumnFormat, alterSequenceFormat, createForeignKeyConstraintFormat, createUniqueConstraintFormat, currentDatePattern, currentTimePattern, currentTimestampFunction, dateLiteralFormat, dropConstraintFormat, dropForeignKeyConstraintFormat, dropUniqueConstraintFormat, dummyTable, evaluateCurrentDate, evaluateCurrentTime, evaluateCurrentTimestamp, evaluateRand, executeFunction, executeFunctionFormat, executeFunctionSQL, executeQuery, getAlterIdentityColumnSQL, getAlterSequenceSQL, getColumnType, getCreateForeignKeyConstraintSQL, getCreateUniqueConstraintSQL, getDefaultSchemas, getDropForeignKeyConstraintSQL, getDropUniqueConstraintSQL, getIdentifierPattern, getNextSequenceValueSQL, getSequences, getSimpleSQL, getTruncateTableSQL, insertIntoTablePattern, isSelectForUpdate, nextSequenceValueFormat, parse, parseSequence, randomPattern, selectForUpdatePattern, sequenceTableType, timeLiteralFormat, timestampLiteralFormat, truncateTableFormatpublic MckoiDialect()
public java.lang.String parseInsertTable(java.lang.String sql)
DialectparseInsertTable in interface DialectparseInsertTable in class StandardDialectsql - a SQL statementStandardDialect.parseInsertTable(java.lang.String)protected java.lang.String sequencePattern()
sequencePattern in class StandardDialectStandardDialect.sequencePattern()protected java.lang.String currentTimestampPattern()
currentTimestampPattern in class StandardDialectStandardDialect.currentTimestampPattern()