| 程序包 | 说明 |
|---|---|
| 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.
|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| 类和说明 |
|---|
| Transaction
A transaction.
|
| TransactionStore.RollbackListener
This listener can be registered with the transaction to be notified of
every compensating change during transaction rollback.
|
| 类和说明 |
|---|
| TransactionStore
A store that supports concurrent MVCC read-committed transactions.
|
| 类和说明 |
|---|
| Transaction
A transaction.
|
| TransactionMap
A map that supports transactions.
|
| TransactionMap.TMIterator |
| TransactionStore.Change
A change in a map.
|
| TransactionStore.RollbackListener
This listener can be registered with the transaction to be notified of
every compensating change during transaction rollback.
|
| VersionedValueType.Factory |
Copyright © 2022. All rights reserved.