|
||||||||
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 MVTableEngine.Store |
init(Database db)
Initialize the MVStore. |
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 MVTableEngine.Store init(Database db)
db
- the database
public TableBase createTable(CreateTableData data)
TableEngine
createTable
in interface TableEngine
data
- the data to construct the table
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |