Uses of Class
lukfor.tables.columns.ColumnType
-
Packages that use ColumnType Package Description lukfor.tables lukfor.tables.columns lukfor.tables.columns.types -
-
Uses of ColumnType in lukfor.tables
Methods in lukfor.tables with parameters of type ColumnType Modifier and Type Method Description voidColumnOperations. setType(String column, ColumnType type)voidColumnOperations. setType(AbstractColumn column, ColumnType type) -
Uses of ColumnType in lukfor.tables.columns
Methods in lukfor.tables.columns that return ColumnType Modifier and Type Method Description abstract ColumnTypeAbstractColumn. getType()static ColumnTypeColumnTypeDetector. guessType(AbstractColumn column)static ColumnTypeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in lukfor.tables.columns with parameters of type ColumnType Modifier and Type Method Description static AbstractColumnColumnFactory. createColumn(String name, ColumnType type) -
Uses of ColumnType in lukfor.tables.columns.types
Methods in lukfor.tables.columns.types that return ColumnType Modifier and Type Method Description ColumnTypeDateColumn. getType()ColumnTypeDoubleColumn. getType()ColumnTypeIntegerColumn. getType()ColumnTypeStringColumn. getType()
-