| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| org.h2.store |
Storage abstractions, such as a file with a cache, or a class to
convert values to a byte array and vice versa.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MVTableEngine.Store.removeTemporaryMaps(BitField objectIds)
Remove all temporary maps.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BitField |
PageStore.getObjectIds() |
| 构造器和说明 |
|---|
PageOutputStream(PageStore store,
int trunkPage,
BitField exclude,
int logKey,
boolean atEnd)
Create a new page output stream.
|
Copyright © 2017. All rights reserved.