Package | Description |
---|---|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
Modifier and Type | Method and Description |
---|---|
MVTable |
MVSpatialIndex.getTable() |
MVTable |
MVSecondaryIndex.getTable() |
MVTable |
MVPrimaryIndex.getTable() |
Modifier and Type | Method and Description |
---|---|
HashMap<String,MVTable> |
MVTableEngine.Store.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
MVTableEngine.Store.removeTable(MVTable table)
Remove a table.
|
Constructor and Description |
---|
MVDelegateIndex(MVTable table,
int id,
String name,
MVPrimaryIndex mainIndex,
IndexType indexType) |
MVPrimaryIndex(Database db,
MVTable table,
int id,
IndexColumn[] columns,
IndexType indexType) |
MVSecondaryIndex(Database db,
MVTable table,
int id,
String indexName,
IndexColumn[] columns,
IndexType indexType) |
MVSpatialIndex(Database db,
MVTable table,
int id,
String indexName,
IndexColumn[] columns,
IndexType indexType)
Constructor.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.