Uses of Class
org.teamapps.universaldb.index.ColumnType
-
Packages that use ColumnType Package Description org.teamapps.universaldb.index org.teamapps.universaldb.pojo.template org.teamapps.universaldb.schema -
-
Uses of ColumnType in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return ColumnType Modifier and Type Method Description static ColumnTypeColumnType. getIndexTypeById(int id)static ColumnTypeColumnType. valueOf(java.lang.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. -
Uses of ColumnType in org.teamapps.universaldb.pojo.template
Methods in org.teamapps.universaldb.pojo.template with parameters of type ColumnType Modifier and Type Method Description java.lang.StringPojoTemplate. getFilterTypeName(ColumnType type)java.lang.StringPojoTemplate. getIndexTypeName(ColumnType type) -
Uses of ColumnType in org.teamapps.universaldb.schema
Methods in org.teamapps.universaldb.schema that return ColumnType Modifier and Type Method Description ColumnTypeColumn. getType()Methods in org.teamapps.universaldb.schema with parameters of type ColumnType Modifier and Type Method Description ColumnTable. addColumn(java.lang.String name, ColumnType columnType)Constructors in org.teamapps.universaldb.schema with parameters of type ColumnType Constructor Description Column(Table table, java.lang.String name, ColumnType type)
-