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.
|
Modifier and Type | Method and Description |
---|---|
TableType |
MVTable.getTableType() |
Modifier and Type | Method and Description |
---|---|
TableType |
TableView.getTableType() |
TableType |
TableLink.getTableType() |
abstract TableType |
Table.getTableType()
Get the table type name
|
TableType |
RegularTable.getTableType() |
TableType |
RangeTable.getTableType() |
TableType |
MetaTable.getTableType() |
TableType |
FunctionTable.getTableType() |
static TableType |
TableType.valueOf(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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.