类 MySQLDDLBuilder
java.lang.Object
cool.scx.jdbc.mysql.MySQLDDLBuilder
- 所有已实现的接口:
DDLBuilder
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getColumnConstraint(Column column) getDataTypeNameByJDBCType(cool.scx.common.standard.JDBCType dataType) getTableConstraint(Table table) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.scx.jdbc.dialect.DDLBuilder
getAlertTableDDL, getColumnDefinition, getColumnDefinitions, getCreateDefinition, getCreateTableDDL, getDataTypeDefinition, getDataTypeDefinitionByName
-
构造器详细资料
-
MySQLDDLBuilder
public MySQLDDLBuilder()
-
-
方法详细资料
-
getColumnConstraint
- 指定者:
getColumnConstraint在接口中DDLBuilder
-
getDataTypeNameByJDBCType
- 指定者:
getDataTypeNameByJDBCType在接口中DDLBuilder
-
getTableConstraint
- 指定者:
getTableConstraint在接口中DDLBuilder
-
defaultDateType
- 指定者:
defaultDateType在接口中DDLBuilder
-