| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<TransactionStore.Change> |
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).
|
Iterator<TransactionStore.Change> |
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 © 2022. All rights reserved.