| 程序包 | 说明 |
|---|---|
| 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
A store with open tables.
|
| TransactionStore.Transaction
A transaction.
|
| 类和说明 |
|---|
| MVIndex
An index that stores the data in an MVStore.
|
| MVPrimaryIndex
A table stored in a MVStore.
|
| MVTable
A table stored in a MVStore.
|
| MVTableEngine.Store
A store with open tables.
|
| TransactionStore
A store that supports concurrent MVCC read-committed transactions.
|
| TransactionStore.Change
A change in a map.
|
| TransactionStore.Transaction
A transaction.
|
| TransactionStore.TransactionMap
A map that supports transactions.
|
Copyright © 2017. All rights reserved.