Package org.h2.table


package org.h2.table

Classes related to a table and table meta data.

  • Class
    Description
    This class represents a column in a table.
    A column resolver is list of column (for example, a table) that can map a column name to an actual column.
    Column or domain.
    A data change delta table.
    Result option.
    The DUAL table for selects without a FROM clause.
    A table backed by a system or user-defined function that returns a result set.
    This represents a column item of an index.
    Contains the hints for which index to use for a specific table.
    This class is responsible to build the INFORMATION_SCHEMA tables.
    This class is responsible to build the legacy variant of INFORMATION_SCHEMA tables.
    This class is responsible to build the database meta data pseudo tables.
    A possible query execution plan.
    The plan item describes the index to be used, and the estimated cost when using it.
    The table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.
    This is the base class for most tables.
    The base class of a regular table, or a user defined table.
    A table filter represents a table that is used in a query.
    A visitor for table filters.
    A linked table contains connection information for a table accessible by JDBC.
    A connection for a linked table.
    Synonym for an existing table or view.
    The table types.
    A table for table value constructor.
    A view is a virtual table that is defined by a query.
    A base class for virtual tables that construct all their content at once.
    A base class for virtual tables.