net.sf.hibernate.dialect
Class IngresDialect
java.lang.Object
net.sf.hibernate.dialect.Dialect
net.sf.hibernate.dialect.IngresDialect
- public class IngresDialect
- extends Dialect
An Ingres SQL dialect
- Author:
- Ian Booth
Methods inherited from class net.sf.hibernate.dialect.Dialect |
bindLimitParametersFirst, bindLimitParametersInReverseOrder, closeQuote, createCaseFragment, createOuterJoinFragment, getAddForeignKeyConstraintString, getAddPrimaryKeyConstraintString, getCascadeConstraintsString, getCreateSequenceString, getDefaultProperties, getDialect, getDialect, getDropSequenceString, getFunctions, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, getLimitString, getLimitString, getNoColumnsInsertString, getNullColumnString, getQuerySequencesString, getSchemaSeperator, getSequenceNextValString, getTypeName, getTypeName, hasAlterTable, openQuote, qualifyIndexName, registerColumnType, registerColumnType, registerFunction, supportsForUpdate, supportsForUpdateNowait, supportsForUpdateOf, supportsIdentityColumns, supportsIfExistsAfterTableName, supportsIfExistsBeforeTableName, supportsLimit, supportsLimitOffset, supportsSequences, supportsUnique, supportsVariableLimit, toString, useMaxForLimit |
IngresDialect
public IngresDialect()
getAddColumnString
public String getAddColumnString()
- Description copied from class:
Dialect
- The syntax used to add a column to a table (optional).
- Overrides:
getAddColumnString
in class Dialect
dropConstraints
public boolean dropConstraints()
- Do we need to drop constraints before dropping tables in this dialect?
- Overrides:
dropConstraints
in class Dialect
- Returns:
- boolean
getLowercaseFunction
public String getLowercaseFunction()
- Description copied from class:
Dialect
- The name of the SQL function that transforms a string to
lowercase
- Overrides:
getLowercaseFunction
in class Dialect
- Returns:
- String