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
Subclasses with type arguments of type TableType in org.h2.tableMethods in org.h2.table that return TableTypeModifier and TypeMethodDescriptionDualTable.getTableType()final TableTypeMetaTable.getTableType()RangeTable.getTableType()abstract TableTypeTable.getTableType()Get the table type nameTableLink.getTableType()TableView.getTableType()VirtualTable.getTableType()static TableTypeReturns 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.