类 SQLiteDDLBuilder
java.lang.Object
cool.scx.jdbc.sqlite.SQLiteDDLBuilder
- 所有已实现的接口:
DDLBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getColumnConstraint(Column column) 当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)getDataTypeDefinitionByName(String dataType, Integer length) getDataTypeNameByJDBCType(cool.scx.common.standard.JDBCType dataType) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.scx.jdbc.dialect.DDLBuilder
defaultDateType, getAlertTableDDL, getColumnDefinition, getColumnDefinitions, getCreateDefinition, getCreateTableDDL, getDataTypeDefinition, getTableConstraint
-
构造器详细资料
-
SQLiteDDLBuilder
public SQLiteDDLBuilder()
-
-
方法详细资料
-
getDataTypeNameByJDBCType
- 指定者:
getDataTypeNameByJDBCType在接口中DDLBuilder
-
getDataTypeDefinitionByName
- 指定者:
getDataTypeDefinitionByName在接口中DDLBuilder
-
getColumnConstraint
当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)- 指定者:
getColumnConstraint在接口中DDLBuilder
-