Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
Modifier and Type | Method and Description |
---|---|
MVTableEngine.Store |
Database.getMvStore() |
Modifier and Type | Method and Description |
---|---|
void |
Database.setMvStore(MVTableEngine.Store mvStore) |
Modifier and Type | Method and Description |
---|---|
static MVTableEngine.Store |
MVTableEngine.init(Database db)
Initialize the MVStore.
|
Constructor and Description |
---|
MVTable(CreateTableData data,
MVTableEngine.Store store) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.