public class MVTableEngine extends 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)
TableEngine
createTable
in interface TableEngine
data
- the data to construct the tableCopyright © 2017 JBoss by Red Hat. All rights reserved.