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.
|
Class and Description |
---|
MVTableEngine.Store
A store with open tables.
|
TransactionStore.Transaction
A transaction.
|
Class and Description |
---|
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 © 2020 JBoss by Red Hat. All rights reserved.