Class MySQLDDLBuilder
java.lang.Object
cool.scx.jdbc.mysql.MySQLDDLBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnConstraint(Column column) getDataTypeNameByJDBCType(JDBCType dataType) getTableConstraint(Table table) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.jdbc.dialect.DDLBuilder
getAlertTableDDL, getColumnDefinition, getColumnDefinitions, getCreateDefinition, getCreateTableDDL, getDataTypeDefinition, getDataTypeDefinitionByName
-
Constructor Details
-
MySQLDDLBuilder
public MySQLDDLBuilder()
-
-
Method Details
-
getColumnConstraint
- Specified by:
getColumnConstraintin interfaceDDLBuilder
-
getDataTypeNameByJDBCType
- Specified by:
getDataTypeNameByJDBCTypein interfaceDDLBuilder
-
getTableConstraint
- Specified by:
getTableConstraintin interfaceDDLBuilder
-
defaultDateType
- Specified by:
defaultDateTypein interfaceDDLBuilder
-