Package org.h2.index
package org.h2.index
Various table index implementations, as well as cursors to navigate in an
index.
-
ClassDescriptionA cursor is a helper object to iterate through an index.An index for the DUAL table.An index.An index condition object is made for each condition that can potentially use an index.The filter used to walk through an index.Index-sorting information.Represents information about the properties of an indexThe cursor implementation for the linked index.A linked index is a index for a linked (remote) table.An index for a meta data table.The index implementation for meta data tables.The cursor implementation of a query expression index.This object represents a virtual index for a query expression.An index for the SYSTEM_RANGE table.A recursive index.A regular query expression index.A cursor with at most one row.A spatial index.An index for a virtual table that returns a result set.An base class for indexes of virtual tables.