public class InformixUniqueDelegate extends DefaultUniqueDelegate
dialect
Constructor and Description |
---|
InformixUniqueDelegate(Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
String |
getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey)
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
|
String |
getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
|
getAlterTableToDropUniqueKeyCommand, getAlterTableToDropUniqueKeyCommand, getColumnDefinitionUniquenessFragment, getColumnDefinitionUniquenessFragment, getTableCreationUniqueConstraintsFragment, getTableCreationUniqueConstraintsFragment, uniqueConstraintSql, uniqueConstraintSql
public InformixUniqueDelegate(Dialect dialect)
public String getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, String defaultCatalog, String defaultSchema)
UniqueDelegate
getAlterTableToAddUniqueKeyCommand
in interface UniqueDelegate
getAlterTableToAddUniqueKeyCommand
in class DefaultUniqueDelegate
uniqueKey
- The UniqueKey instance. Contains all information about the columnsdefaultCatalog
- The default catalogdefaultSchema
- The default schemapublic String getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey)
UniqueDelegate
getAlterTableToAddUniqueKeyCommand
in interface UniqueDelegate
getAlterTableToAddUniqueKeyCommand
in class DefaultUniqueDelegate
uniqueKey
- The UniqueKey instance. Contains all information about the columns, as well as
schema/catalogCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.