public class SybaseDialect extends StandardDialect
TriggerSupport.TriggerEventEnum, TriggerSupport.TriggerTimeEnum
SQL_2003_RESERVED_KEY_WORDS
Constructor and Description |
---|
SybaseDialect() |
Modifier and Type | Method and Description |
---|---|
protected String |
createForeignKeyConstraintFormat()
Deferrability clause is not supported.
|
protected String |
currentDatePattern() |
protected String |
currentTimePattern() |
protected String |
currentTimestampPattern() |
protected String |
dateLiteralFormat() |
IdentityColumnSupport |
getIdentityColumnSupport() |
boolean |
isValid(Connection connection)
jTDS does not implement Connection.isValid(...)
|
protected String |
randomPattern() |
protected String |
timeLiteralFormat() |
protected String |
timestampLiteralFormat() |
protected String |
truncateTableFormat() |
protected String |
vendorPattern() |
alterIdentityColumnFormat, alterSequenceFormat, createColumnPropertiesFactory, createForeignKeyConstraintFactory, createIdentifierNormalizer, createQualifiedNameFactory, createSchemaFormat, createSequencePropertiesFactory, createTriggerFormat, createUniqueConstraintFactory, createUniqueConstraintFormat, 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, getNextSequenceValueSQL, getPrimaryKey, getSequences, getSequenceSupport, getTables, getTriggerRowAlias, getTriggerSupport, getTruncateTableSQL, getTypes, getUniqueConstraints, identifierPattern, indicatesFailure, indicatesFailure, indicatesFailure, indicatesFailure, insertIntoTablePattern, isSelectForUpdate, locatorPattern, meetsRequirement, nextSequenceValueFormat, parse, parseInsertTable, parseSequence, reservedIdentifiers, schemaPattern, selectForUpdatePattern, sequencePattern, sequenceTableType
public SybaseDialect()
public IdentityColumnSupport getIdentityColumnSupport()
getIdentityColumnSupport
in interface Dialect
getIdentityColumnSupport
in class StandardDialect
StandardDialect.getIdentityColumnSupport()
protected String vendorPattern()
vendorPattern
in class StandardDialect
StandardDialect.vendorPattern()
protected String truncateTableFormat()
truncateTableFormat
in class StandardDialect
StandardDialect.truncateTableFormat()
protected String createForeignKeyConstraintFormat()
createForeignKeyConstraintFormat
in class StandardDialect
StandardDialect.createForeignKeyConstraintFormat()
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 dateLiteralFormat()
dateLiteralFormat
in class StandardDialect
StandardDialect.dateLiteralFormat()
protected String timeLiteralFormat()
timeLiteralFormat
in class StandardDialect
StandardDialect.timeLiteralFormat()
protected String timestampLiteralFormat()
timestampLiteralFormat
in class StandardDialect
StandardDialect.timestampLiteralFormat()
protected String randomPattern()
randomPattern
in class StandardDialect
StandardDialect.randomPattern()
public boolean isValid(Connection connection) throws SQLException
isValid
in interface Dialect
isValid
in class StandardDialect
SQLException
Copyright © 2004–2014 Paul Ferraro. All rights reserved.