public class IngresDialect extends StandardDialect
TriggerSupport.TriggerEventEnum, TriggerSupport.TriggerTimeEnum
SQL_2003_RESERVED_KEY_WORDS
Constructor and Description |
---|
IngresDialect() |
Modifier and Type | Method and Description |
---|---|
protected String |
currentDatePattern() |
protected String |
currentTimePattern() |
protected String |
currentTimestampPattern() |
Collection<SequenceProperties> |
getSequences(DatabaseMetaData metaData,
SequencePropertiesFactory factory)
Returns a collection of sequences using dialect specific logic.
|
SequenceSupport |
getSequenceSupport() |
String |
parseSequence(String sql)
Parses a sequence name from the specified SQL statement.
|
protected String |
randomPattern() |
protected String |
sequencePattern() |
protected String |
vendorPattern() |
alterIdentityColumnFormat, alterSequenceFormat, createColumnPropertiesFactory, createForeignKeyConstraintFactory, createForeignKeyConstraintFormat, createIdentifierNormalizer, createQualifiedNameFactory, createSchemaFormat, createSequencePropertiesFactory, createTriggerFormat, createUniqueConstraintFactory, createUniqueConstraintFormat, dateLiteralFormat, dropConstraintFormat, dropForeignKeyConstraintFormat, dropSchemaFormat, dropTriggerFormat, dropUniqueConstraintFormat, dummyTable, evaluateCurrentDate, evaluateCurrentTime, evaluateCurrentTimestamp, evaluateRand, executeFunction, executeFunctionFormat, executeFunctionSQL, executeQuery, failureXAErrorCodes, getAlterIdentityColumnSQL, getAlterSequenceSQL, getColumns, getColumnType, getConnectionProperties, getCreateForeignKeyConstraintSQL, getCreateSchemaSQL, getCreateTriggerSQL, getCreateUniqueConstraintSQL, getDefaultSchemas, getDropForeignKeyConstraintSQL, getDropSchemaSQL, getDropTriggerSQL, getDropUniqueConstraintSQL, getDumpRestoreSupport, getForeignKeyConstraints, getIdentityColumns, getIdentityColumnSupport, getNextSequenceValueSQL, getPrimaryKey, getTables, getTriggerRowAlias, getTriggerSupport, getTruncateTableSQL, getTypes, getUniqueConstraints, identifierPattern, indicatesFailure, indicatesFailure, indicatesFailure, indicatesFailure, insertIntoTablePattern, isSelectForUpdate, isValid, locatorPattern, meetsRequirement, nextSequenceValueFormat, parse, parseInsertTable, reservedIdentifiers, schemaPattern, selectForUpdatePattern, sequenceTableType, timeLiteralFormat, timestampLiteralFormat, truncateTableFormat
public IngresDialect()
protected String vendorPattern()
vendorPattern
in class StandardDialect
StandardDialect.vendorPattern()
public SequenceSupport getSequenceSupport()
getSequenceSupport
in interface Dialect
getSequenceSupport
in class StandardDialect
StandardDialect.getSequenceSupport()
public Collection<SequenceProperties> getSequences(DatabaseMetaData metaData, SequencePropertiesFactory factory) throws SQLException
StandardDialect
getSequences
in interface SequenceSupport
getSequences
in class StandardDialect
metaData
- database meta dataSQLException
SequenceSupport.getSequences(java.sql.DatabaseMetaData, net.sf.hajdbc.SequencePropertiesFactory)
public String parseSequence(String sql)
SequenceSupport
parseSequence
in interface SequenceSupport
parseSequence
in class StandardDialect
sql
- a SQL statementStandardDialect.parseSequence(java.lang.String)
protected String sequencePattern()
sequencePattern
in class StandardDialect
StandardDialect.sequencePattern()
protected String currentDatePattern()
currentDatePattern
in class StandardDialect
StandardDialect.currentDatePattern()
protected String currentTimePattern()
currentTimePattern
in class StandardDialect
StandardDialect.currentTimePattern()
protected String currentTimestampPattern()
currentTimestampPattern
in class StandardDialect
StandardDialect.currentTimestampPattern()
protected String randomPattern()
randomPattern
in class StandardDialect
StandardDialect.randomPattern()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.