Package org.h2.table

Classes related to a table and table meta data.

See:
          Description

Interface Summary
ColumnResolver A column resolver is list of column (for example, a table) that can map a column name to an actual column.
 

Class Summary
Column This class represents a column in a table.
FunctionTable A table backed by a system or user-defined function that returns a result set.
IndexColumn This represents a column item of an index.
LinkSchema A utility class to create table links for a whole schema.
MetaTable This class is responsible to build the database meta data pseudo tables.
Plan A possible query execution plan.
PlanItem The plan item describes the index to be used, and the estimated cost when using it.
RangeTable The table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end end point.
SingleColumnResolver The single column resolver is like a table with exactly one row.
Table This is the base class for most tables.
TableData Most tables are an instance of this class.
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.
TableLinkConnection A connection for a linked table.
TableView A view is a virtual table that is defined by a query.
 

Package org.h2.table Description

Classes related to a table and table meta data.