Uses of Enum
org.h2.table.TableType
Packages that use TableType
Package
Description
Helper classes to use the MVStore in the H2 database.
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 -
Uses of TableType in org.h2.table
Methods in org.h2.table that return TableTypeModifier and TypeMethodDescriptionDualTable.getTableType()
final TableType
MetaTable.getTableType()
RangeTable.getTableType()
abstract TableType
Table.getTableType()
Get the table type nameTableLink.getTableType()
TableView.getTableType()
VirtualTable.getTableType()
static TableType
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.