Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
Modifier and Type | Method and Description |
---|---|
Session.Savepoint |
Session.setSavepoint()
Create a savepoint to allow rolling back to this state.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.rollbackTo(Session.Savepoint savepoint,
boolean trimToSize)
Partially roll back the current transaction.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.