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