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 TableType
MVTable. getTableType()
-
Uses of TableType in org.h2.table
Methods in org.h2.table that return TableType Modifier and Type Method Description TableType
DualTable. getTableType()
TableType
MetaTable. getTableType()
TableType
RangeTable. getTableType()
abstract TableType
Table. getTableType()
Get the table type nameTableType
TableLink. getTableType()
TableType
TableView. getTableType()
TableType
VirtualTable. getTableType()
static TableType
TableType. 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.
-