Uses of Class
org.h2.table.TableType
-
Packages that use TableType Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.table Classes related to a table and table meta data. -
-
Uses of TableType in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return TableType Modifier and Type Method Description TableTypeMVTable. getTableType() -
Uses of TableType in org.h2.table
Methods in org.h2.table that return TableType Modifier and Type Method Description TableTypeDualTable. getTableType()TableTypeMetaTable. getTableType()TableTypeRangeTable. getTableType()abstract TableTypeTable. getTableType()Get the table type nameTableTypeTableLink. getTableType()TableTypeTableView. getTableType()TableTypeVirtualTable. getTableType()static TableTypeTableType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableType[]TableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-