Uses of Interface
cool.scx.jdbc.mapping.Column
Packages that use Column
Package
Description
-
Uses of Column in cool.scx.jdbc
Methods in cool.scx.jdbc that return ColumnModifier and TypeMethodDescriptionColumn[]SchemaHelper.TableVerifyResult.needAdd()Returns the value of theneedAddrecord component.Column[]SchemaHelper.TableVerifyResult.needRemove()Returns the value of theneedRemoverecord component.SchemaHelper.NeedChangeColumn.newColumn()Returns the value of thenewColumnrecord component.SchemaHelper.NeedChangeColumn.oldColumn()Returns the value of theoldColumnrecord component.Methods in cool.scx.jdbc with parameters of type ColumnConstructors in cool.scx.jdbc with parameters of type ColumnModifierConstructorDescriptionNeedChangeColumn(Column oldColumn, Column newColumn, SchemaHelper.ColumnVerifyResult verifyResult) Creates an instance of aNeedChangeColumnrecord class.TableVerifyResult(Column[] needAdd, Column[] needRemove, SchemaHelper.NeedChangeColumn[] needChange) Creates an instance of aTableVerifyResultrecord class. -
Uses of Column in cool.scx.jdbc.dialect
Methods in cool.scx.jdbc.dialect with parameters of type ColumnModifier and TypeMethodDescriptiondefault StringDialect.getAlterTableDDL(Column[] needAdds, Column[] needRemoves, SchemaHelper.NeedChangeColumn[] needChanges, Table tableInfo) 获取 AlertTableDDLDialect.getColumnConstraint(Column column) 当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)default StringDialect.getColumnDefinition(Column column) Dialect.getColumnDefinitions(Column[] columns) default StringDialect.getDataTypeDefinition(Column column) -
Uses of Column in cool.scx.jdbc.mapping
Methods in cool.scx.jdbc.mapping that return Column -
Uses of Column in cool.scx.jdbc.mapping.base
Classes in cool.scx.jdbc.mapping.base that implement ColumnMethods in cool.scx.jdbc.mapping.base with parameters of type ColumnConstructors in cool.scx.jdbc.mapping.base with parameters of type Column -
Uses of Column in cool.scx.jdbc.meta_data
Classes in cool.scx.jdbc.meta_data that implement Column