Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TransactionStore.Transaction |
Session.getTransaction()
Get the transaction to use for this session.
|
Modifier and Type | Method and Description |
---|---|
TransactionStore.Transaction |
TransactionStore.begin()
Begin a new transaction.
|
TransactionStore.Transaction |
TransactionStore.TransactionMap.getTransaction() |
Modifier and Type | Method and Description |
---|---|
List<TransactionStore.Transaction> |
TransactionStore.getOpenTransactions()
Get the list of unclosed transactions that have pending writes.
|
Modifier and Type | Method and Description |
---|---|
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 JBoss by Red Hat. All rights reserved.