| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionStore.Transaction |
Session.getTransaction()
Get the transaction to use for this session.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionStore.Transaction |
TransactionStore.begin()
Begin a new transaction.
|
TransactionStore.Transaction |
TransactionStore.TransactionMap.getTransaction() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TransactionStore.Transaction> |
TransactionStore.getOpenTransactions()
Get the list of unclosed transactions that have pending writes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionStore.TransactionMap<K,V> |
TransactionStore.TransactionMap.getInstance(TransactionStore.Transaction transaction,
long savepoint)
Get a clone of this map for the given transaction.
|
void |
TransactionStore.logUndo(TransactionStore.Transaction t,
long logId)
Remove a log entry.
|
Copyright © 2017. All rights reserved.