public class MVTableEngine extends java.lang.Object implements TableEngine
| Modifier and Type | Class and Description |
|---|---|
static class |
MVTableEngine.Store
A store with open tables.
|
| Constructor and Description |
|---|
MVTableEngine() |
| Modifier and Type | Method and Description |
|---|---|
TableBase |
createTable(CreateTableData data)
Create new table.
|
static MVTableEngine.Store |
init(Database db)
Initialize the MVStore.
|
public static MVTableEngine.Store init(Database db)
db - the databasepublic TableBase createTable(CreateTableData data)
TableEnginecreateTable in interface TableEnginedata - the data to construct the table