Uses of Class
org.h2.table.MetaTable
-
Packages that use MetaTable Package Description org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.table Classes related to a table and table meta data. -
-
Uses of MetaTable in org.h2.index
Fields in org.h2.index declared as MetaTable Modifier and Type Field Description private MetaTable
MetaIndex. meta
Constructors in org.h2.index with parameters of type MetaTable Constructor Description MetaIndex(MetaTable meta, IndexColumn[] columns, boolean scan)
-
Uses of MetaTable in org.h2.mode
Subclasses of MetaTable in org.h2.mode Modifier and Type Class Description class
PgCatalogTable
This class is responsible to build the pg_catalog tables. -
Uses of MetaTable in org.h2.table
Subclasses of MetaTable in org.h2.table Modifier and Type Class Description class
InformationSchemaTable
This class is responsible to build the INFORMATION_SCHEMA tables.class
InformationSchemaTableLegacy
This class is responsible to build the legacy variant of INFORMATION_SCHEMA tables.
-