Uses of Package
org.h2.table
Packages that use org.h2.table
Package
Description
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains queries.
Database constraints such as check constraints, unique constraints, and referential constraints.
Contains high level classes of the database and classes that don't fit in another sub-package.
Expressions include mathematical operations, simple values, and others.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Condition expressions.
Functions.
Table value functions.
Various table index implementations, as well as cursors to navigate in an index.
Implementation of the JDBC database metadata API (package java.sql).
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Classes related to a table and table meta data.
-
Classes in org.h2.table used by org.h2.api
-
Classes in org.h2.table used by org.h2.commandClassDescriptionThis class represents a column in a table.This represents a column item of an index.Contains the hints for which index to use for a specific table.This is the base class for most tables.A table filter represents a table that is used in a query.A view is a virtual table that is defined by a query.
-
Classes in org.h2.table used by org.h2.command.ddlClassDescriptionThis class represents a column in a table.Column or domain.This represents a column item of an index.This is the base class for most tables.A view is a virtual table that is defined by a query.
-
Classes in org.h2.table used by org.h2.command.dmlClassDescriptionThis 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.Result option.This is the base class for most tables.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.command.queryClassDescriptionThis 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.A possible query execution plan.This is the base class for most tables.A table filter represents a table that is used in a query.A table for table value constructor.
-
Classes in org.h2.table used by org.h2.constraintClassDescriptionThis 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.This represents a column item of an index.This is the base class for most tables.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.engineClassDescriptionThis is the base class for most tables.A connection for a linked table.Synonym for an existing table or view.
-
Classes in org.h2.table used by org.h2.expressionClassDescriptionThis 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.This is the base class for most tables.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.expression.aggregateClassDescriptionA column resolver is list of column (for example, a table) that can map a column name to an actual column.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.expression.analysisClassDescriptionA column resolver is list of column (for example, a table) that can map a column name to an actual column.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.expression.conditionClassDescriptionA column resolver is list of column (for example, a table) that can map a column name to an actual column.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.expression.functionClassDescriptionThis 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.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.expression.function.table
-
Classes in org.h2.table used by org.h2.indexClassDescriptionThis class represents a column in a table.The DUAL table for selects without a FROM clause.This represents a column item of an index.This class is responsible to build the database meta data pseudo tables.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.A table filter represents a table that is used in a query.A linked table contains connection information for a table accessible by JDBC.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.
-
Classes in org.h2.table used by org.h2.jdbc.meta
-
Classes in org.h2.table used by org.h2.mode
-
Classes in org.h2.table used by org.h2.mvstore.dbClassDescriptionThis class represents a column in a table.This represents a column item of an index.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.The table types.
-
Classes in org.h2.table used by org.h2.resultClassDescriptionThis class represents a column in a table.This represents a column item of an index.This is the base class for most tables.A table filter represents a table that is used in a query.
-
Classes in org.h2.table used by org.h2.schemaClassDescriptionColumn or domain.This is the base class for most tables.A linked table contains connection information for a table accessible by JDBC.Synonym for an existing table or view.
-
Classes in org.h2.table used by org.h2.tableClassDescriptionThis 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.Result option.Column resolver for generated columns.This represents a column item of an index.Contains the hints for which index to use for a specific table.Data type information.This class is responsible to build the database meta data pseudo tables.The plan item describes the index to be used, and the estimated cost when using it.This is the base class for most tables.A table filter represents a table that is used in a query.A visitor for table filters.A connection for a linked table.Synonym for an existing table or view.The table types.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.