| Interface | Description |
|---|---|
| MVIndex |
An index that stores the data in an MVStore.
|
| Class | Description |
|---|---|
| MVDelegateIndex |
An index that delegates indexing to another index.
|
| MVPrimaryIndex |
A table stored in a MVStore.
|
| MVSecondaryIndex |
A table stored in a MVStore.
|
| MVSpatialIndex |
This is an index based on a MVRTreeMap.
|
| MVSpatialIndex.MVStoreCursor |
A cursor.
|
| MVTable |
A table stored in a MVStore.
|
| MVTableEngine |
A table engine that internally uses the MVStore.
|
| MVTableEngine.Store |
A store with open tables.
|
| MVTempResult |
Temporary result.
|
| ValueDataType |
A row type.
|
Helper classes to use the MVStore in the H2 database.