| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVTableEngine.Store |
Database.getMvStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Database.setMvStore(MVTableEngine.Store mvStore) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MVTableEngine.Store |
MVTableEngine.init(Database db)
Initialize the MVStore.
|
| 构造器和说明 |
|---|
MVTable(CreateTableData data,
MVTableEngine.Store store) |
Copyright © 2017. All rights reserved.