Uses of Record Class
org.huiche.ddl.definition.ColumnDef
Packages that use ColumnDef
Package
Description
DDL相关表|列|索引|类型定义
DDL方言
DDL语句
-
Uses of ColumnDef in org.huiche.ddl.definition
Methods in org.huiche.ddl.definition that return types with arguments of type ColumnDefModifier and TypeMethodDescriptionTableDef.columns()Returns the value of thecolumnsrecord component.Constructor parameters in org.huiche.ddl.definition with type arguments of type ColumnDef -
Uses of ColumnDef in org.huiche.ddl.dialect
Methods in org.huiche.ddl.dialect with parameters of type ColumnDefModifier and TypeMethodDescriptionBaseDDLDialect.compareColumn(TableDef table, ColumnDef java, ColumnDef db, ConnectionProvider connectionProvider) DDLDialect.compareColumn(TableDef table, ColumnDef java, ColumnDef db, ConnectionProvider connectionProvider) 比较列定义protected StringBaseDDLDialect.concatType(ColumnDef column) 拼接类型SQL片段BaseDDLDialect.translateColumn(ColumnDef column) DDLDialect.translateColumn(ColumnDef column) 翻译列定义 -
Uses of ColumnDef in org.huiche.ddl.statement
Methods in org.huiche.ddl.statement that return ColumnDefConstructors in org.huiche.ddl.statement with parameters of type ColumnDef