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.needChange()Returns the value of theneedChangerecord component.Column[]SchemaHelper.TableVerifyResult.needRemove()Returns the value of theneedRemoverecord component.Constructors in cool.scx.jdbc with parameters of type ColumnModifierConstructorDescriptionTableVerifyResult(Column[] needAdd, Column[] needRemove, Column[] 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 StringDDLBuilder.getAlertTableDDL(Column[] needAdds, Table tableInfo) todo 暂时只支持添加新字段 需要同时支持 删除或修改 获取 AlertTableDDLDDLBuilder.getColumnConstraint(Column column) 当前列对象通常的 DDL 如设置 字段名 类型 是否可以为空 默认值等 (建表语句片段 , 需和 specialDDL 一起使用才完整)default StringDDLBuilder.getColumnDefinition(Column column) DDLBuilder.getColumnDefinitions(Column[] columns) default StringDDLBuilder.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.mapping.type
Subinterfaces of Column in cool.scx.jdbc.mapping.type -
Uses of Column in cool.scx.jdbc.meta_data
Classes in cool.scx.jdbc.meta_data that implement Column -
Uses of Column in cool.scx.jdbc.sql
Methods in cool.scx.jdbc.sql with parameters of type Column