Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionIndex
An index for a function that returns a result set.
|
class |
HashIndex
An unique index based on an in-memory hash map.
|
class |
LinkedIndex
A linked index is a index for a linked (remote) table.
|
class |
MetaIndex
The index implementation for meta data tables.
|
class |
NonUniqueHashIndex
A non-unique index based on an in-memory hash map.
|
class |
PageBtreeIndex
This is the most common type of index, a b tree index.
|
class |
PageDataIndex
The scan index allows to access a row by key.
|
class |
PageDelegateIndex
An index that delegates indexing to the page data index.
|
class |
PageIndex
A page store index.
|
class |
RangeIndex
An index for the SYSTEM_RANGE table.
|
class |
ScanIndex
The scan index is not really an 'index' in the strict sense, because it can
not be used for direct lookup.
|
class |
SpatialTreeIndex
This is an index based on a MVR-TreeMap.
|
class |
TreeIndex
The tree index is an in-memory index based on a binary AVL trees.
|
class |
ViewIndex
This object represents a virtual index for a query.
|
Modifier and Type | Class and Description |
---|---|
class |
MVDelegateIndex
An index that delegates indexing to another index.
|
class |
MVPrimaryIndex
A table stored in a MVStore.
|
class |
MVSecondaryIndex
A table stored in a MVStore.
|
class |
MVSpatialIndex
This is an index based on a MVRTreeMap.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.