Uses of Package
org.h2.index
Packages that use org.h2.index
Package
Description
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.
Aggregate functions.
Various table index implementations, as well as cursors to navigate in an index.
Helper classes to use the MVStore in the H2 database.
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.index used by org.h2.command.ddl
-
Classes in org.h2.index used by org.h2.command.dml
-
Classes in org.h2.index used by org.h2.command.query
-
Classes in org.h2.index used by org.h2.constraint
-
Classes in org.h2.index used by org.h2.engine
-
Classes in org.h2.index used by org.h2.expression.aggregate
-
Classes in org.h2.index used by org.h2.indexClassDescriptionA cursor is a helper object to iterate through an index.An index.A index condition object is made for each condition that can potentially use an index.Represents information about the properties of an indexA spatial index.This object represents a virtual index for a query.An base class for indexes of virtual tables.
-
Classes in org.h2.index used by org.h2.mvstore.dbClassDescriptionA cursor is a helper object to iterate through an index.An index.Represents information about the properties of an indexA spatial index.
-
Classes in org.h2.index used by org.h2.schema
-
Classes in org.h2.index used by org.h2.tableClassDescriptionAn index.A index condition object is made for each condition that can potentially use an index.The filter used to walk through an index.Represents information about the properties of an indexA linked index is a index for a linked (remote) table.The index implementation for meta data tables.An index for the SYSTEM_RANGE table.This object represents a virtual index for a query.