Uses of Class
org.h2.table.MetaTable
Packages that use MetaTable
Package
Description
Various table index implementations, as well as cursors to navigate in an index.
Utility classes for compatibility with other database, for example MySQL.
Classes related to a table and table meta data.
-
Uses of MetaTable in org.h2.index
Fields in org.h2.index declared as MetaTableConstructors in org.h2.index with parameters of type MetaTable -
Uses of MetaTable in org.h2.mode
Subclasses of MetaTable in org.h2.modeModifier and TypeClassDescriptionfinal class
This class is responsible to build the pg_catalog tables. -
Uses of MetaTable in org.h2.table
Subclasses of MetaTable in org.h2.tableModifier and TypeClassDescriptionfinal class
This class is responsible to build the INFORMATION_SCHEMA tables.final class
This class is responsible to build the legacy variant of INFORMATION_SCHEMA tables.