|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.mvstore.db.MVTableEngine
public class MVTableEngine
A table engine that internally uses the MVStore.
| Nested Class Summary | |
|---|---|
static class |
MVTableEngine.Store
A store with open tables. |
| Constructor Summary | |
|---|---|
MVTableEngine()
|
|
| Method Summary | |
|---|---|
TableBase |
createTable(CreateTableData data)
Create new table. |
static void |
flush(Database db)
Flush all changes. |
static java.util.Collection<MVTableEngine.Store> |
getStores()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MVTableEngine()
| Method Detail |
|---|
public static void flush(Database db)
db - the databasepublic static java.util.Collection<MVTableEngine.Store> getStores()
public TableBase createTable(CreateTableData data)
TableEngine
createTable in interface TableEnginedata - the data to construct the table
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||