public class MySQLFactory extends DefaultDDLFactory implements DDLFactory
| Constructor and Description |
|---|
MySQLFactory() |
createIndex, dropTable, enableCheckConstraint, getColumn, isFk, isPk, truncateTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateIndex, dropTable, enableCheckConstraint, truncateTablepublic String getType(Table table, Column column)
getType in interface DDLFactorygetType in class DefaultDDLFactorypublic String createTable(Schema schema, Table table)
createTable in interface DDLFactorycreateTable in class DefaultDDLFactorypublic String createView(Schema schema, Table table, Behavior create)
createView in interface DDLFactorycreateView in class DefaultDDLFactorypublic String dropView(Schema schema, Table table, Behavior drop)
dropView in interface DDLFactorydropView in class DefaultDDLFactorypublic String createForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
createForeignKeyConstraint in interface DDLFactorycreateForeignKeyConstraint in class DefaultDDLFactorypublic String dropForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
dropForeignKeyConstraint in interface DDLFactorydropForeignKeyConstraint in class DefaultDDLFactorypublic String enableForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable, boolean enable)
enableForeignKeyConstraint in interface DDLFactoryenableForeignKeyConstraint in class DefaultDDLFactorypublic String createUniqueConstraint(Schema schema, Table table, Unique unique)
createUniqueConstraint in interface DDLFactorycreateUniqueConstraint in class DefaultDDLFactorypublic String dropUniqueConstraint(Schema schema, Table table, Unique unique)
dropUniqueConstraint in interface DDLFactorydropUniqueConstraint in class DefaultDDLFactorypublic String dropIndex(Schema schema, Table table, Index index)
dropIndex in interface DDLFactorydropIndex in class DefaultDDLFactorypublic String createSequence(Schema schema, Table table)
createSequence in interface DDLFactorycreateSequence in class DefaultDDLFactorypublic String dropSequence(Schema schema, Table table)
dropSequence in interface DDLFactorydropSequence in class DefaultDDLFactorypublic String createCheckConstraint(Schema schema, Table table, Check check)
createCheckConstraint in interface DDLFactorycreateCheckConstraint in class DefaultDDLFactorypublic String dropCheckConstraint(Schema schema, Table table, Check check)
dropCheckConstraint in interface DDLFactorydropCheckConstraint in class DefaultDDLFactorypublic String enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
enableUniqueConstraint in interface DDLFactoryenableUniqueConstraint in class DefaultDDLFactoryCopyright © 2017. All rights reserved.