Package | Description |
---|---|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
Modifier and Type | Method and Description |
---|---|
Iterator<TransactionStore.Change> |
TransactionStore.Transaction.getChanges(long savepointId)
Get the list of changes, starting with the latest change, up to the
given savepoint (in reverse order than they occurred).
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.