接口的使用
cool.scx.data.jdbc.mapping.Column
使用Column的程序包
程序包
说明
-
cool.scx.data中Column的使用
cool.scx.data中Column的子接口实现Column的cool.scx.data中的类 -
cool.scx.data.jdbc中Column的使用
返回Column的cool.scx.data.jdbc中的方法返回变量类型为Column的类型的cool.scx.data.jdbc中的方法修饰符和类型方法说明SchemaHelper.SchemaVerifyResult.needChange()返回needChange记录组件的值。SchemaHelper.SchemaVerifyResult.needRemove()返回needRemove记录组件的值。参数类型为Column的cool.scx.data.jdbc中的构造器限定符构造器说明创建SchemaVerifyResult记录的实例。类型变量类型为Column的cool.scx.data.jdbc中的构造器参数 -
cool.scx.data.jdbc.dialect中Column的使用
参数类型为Column的cool.scx.data.jdbc.dialect中的方法修饰符和类型方法说明default StringDialect.getAlertTableDDL(Column[] needAdds, Table<?> tableInfo) todoDialect.getColumnConstraint(Column columns) MySQLDialect.getColumnConstraint(Column column) 当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)SQLiteDialect.getColumnConstraint(Column column) 当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)default StringDialect.getColumnDefinition(Column column) Dialect.getColumnDefinitions(Column[] columns) default StringDialect.getDataTypeDefinition(Column column) -
cool.scx.data.jdbc.mapping中Column的使用
类型参数类型为Column的cool.scx.data.jdbc.mapping中的类 -
cool.scx.data.jdbc.meta_data中Column的使用
-
cool.scx.data.jdbc.sql中Column的使用
参数类型为Column的cool.scx.data.jdbc.sql中的方法