Uses of Package
org.h2.table
-
Packages that use org.h2.table Package Description org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.command.query Contains queries.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.aggregate Aggregate functions.org.h2.expression.analysis Base classes for data analysis operations and implementations of window functions.org.h2.expression.condition Condition expressions.org.h2.expression.function Functions.org.h2.expression.function.table Table value functions.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.result Implementation of row and internal result sets.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.table Classes related to a table and table meta data. -
Classes in org.h2.table used by org.h2.api Class Description Table This is the base class for most tables. -
Classes in org.h2.table used by org.h2.command Class Description Column This class represents a column in a table.IndexColumn This represents a column item of an index.IndexHints Contains the hints for which index to use for a specific table.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query.TableView A view is a virtual table that is defined by a query. -
Classes in org.h2.table used by org.h2.command.ddl Class Description Column This class represents a column in a table.ColumnTemplate Column or domain.IndexColumn This represents a column item of an index.Table This is the base class for most tables.TableView A view is a virtual table that is defined by a query. -
Classes in org.h2.table used by org.h2.command.dml Class Description Column This class represents a column in a table.ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.DataChangeDeltaTable.ResultOption Result option.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.command.query Class Description Column This class represents a column in a table.ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.Plan A possible query execution plan.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query.TableValueConstructorTable A table for table value constructor. -
Classes in org.h2.table used by org.h2.constraint Class Description Column This class represents a column in a table.ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.IndexColumn This represents a column item of an index.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.engine Class Description Table This is the base class for most tables.TableLinkConnection A connection for a linked table.TableSynonym Synonym for an existing table or view. -
Classes in org.h2.table used by org.h2.expression Class Description Column This class represents a column in a table.ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.expression.aggregate Class Description ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.expression.analysis Class Description ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.expression.condition Class Description ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.expression.function Class Description Column This class represents a column in a table.ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.expression.function.table Class Description Column This class represents a column in a table. -
Classes in org.h2.table used by org.h2.index Class Description Column This class represents a column in a table.DualTable The DUAL table for selects without a FROM clause.IndexColumn This represents a column item of an index.MetaTable This class is responsible to build the database meta data pseudo tables.RangeTable The table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query.TableLink A linked table contains connection information for a table accessible by JDBC.TableView A view is a virtual table that is defined by a query.VirtualConstructedTable A base class for virtual tables that construct all their content at once.VirtualTable A base class for virtual tables. -
Classes in org.h2.table used by org.h2.jdbc.meta Class Description Column This class represents a column in a table.Table This is the base class for most tables. -
Classes in org.h2.table used by org.h2.mode Class Description Column This class represents a column in a table.MetaTable This class is responsible to build the database meta data pseudo tables.Table This is the base class for most tables. -
Classes in org.h2.table used by org.h2.mvstore.db Class Description Column This class represents a column in a table.IndexColumn This represents a column item of an index.Table This is the base class for most tables.TableBase The base class of a regular table, or a user defined table.TableFilter A table filter represents a table that is used in a query.TableType The table types. -
Classes in org.h2.table used by org.h2.result Class Description Column This class represents a column in a table.IndexColumn This represents a column item of an index.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query. -
Classes in org.h2.table used by org.h2.schema Class Description ColumnTemplate Column or domain.Table This is the base class for most tables.TableLink A linked table contains connection information for a table accessible by JDBC.TableSynonym Synonym for an existing table or view. -
Classes in org.h2.table used by org.h2.table Class Description Column This class represents a column in a table.ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.ColumnTemplate Column or domain.DataChangeDeltaTable.ResultOption Result option.GeneratedColumnResolver Column resolver for generated columns.IndexColumn This represents a column item of an index.IndexHints Contains the hints for which index to use for a specific table.InformationSchemaTable.DataTypeInformation Data type information.MetaTable This class is responsible to build the database meta data pseudo tables.PlanItem The plan item describes the index to be used, and the estimated cost when using it.Table This is the base class for most tables.TableFilter A table filter represents a table that is used in a query.TableFilter.TableFilterVisitor A visitor for table filters.TableLinkConnection A connection for a linked table.TableSynonym Synonym for an existing table or view.TableType The table types.TableView A view is a virtual table that is defined by a query.VirtualConstructedTable A base class for virtual tables that construct all their content at once.VirtualTable A base class for virtual tables.