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.The cursor implementation for the DUAL index.An index for the DUAL table.An 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 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 for the range index.An index for the SYSTEM_RANGE table.A cursor with at most one row.A spatial index.The cursor implementation of a view index.This object represents a virtual index for a query.An index for a virtual table that returns a result set.A cursor for a virtual table.An base class for indexes of virtual tables.