Package | Description |
---|---|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PageStore.addIndex(PageIndex index)
Add an index to the in-memory index map.
|
void |
PageStore.addMeta(PageIndex index,
Session session)
Add the meta data of an index.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.