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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<InDoubtTransaction> |
Database.getInDoubtTransactions()
Get the list of in-doubt transactions.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<InDoubtTransaction> |
MVTableEngine.Store.getInDoubtTransactions() |
Modifier and Type | Class and Description |
---|---|
class |
PageStoreInDoubtTransaction
Represents an in-doubt transaction (a transaction in the prepare phase).
|
Modifier and Type | Method and Description |
---|---|
ArrayList<InDoubtTransaction> |
PageStore.getInDoubtTransactions()
Get the list of in-doubt transaction.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.