Uses of Class
org.h2.engine.SessionLocal.Savepoint
-
Packages that use SessionLocal.Savepoint Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. -
-
Uses of SessionLocal.Savepoint in org.h2.engine
Fields in org.h2.engine with type parameters of type SessionLocal.Savepoint Modifier and Type Field Description private java.util.HashMap<java.lang.String,SessionLocal.Savepoint>
SessionLocal. savepoints
Methods in org.h2.engine that return SessionLocal.Savepoint Modifier and Type Method Description SessionLocal.Savepoint
SessionLocal. setSavepoint()
Create a savepoint to allow rolling back to this state.Methods in org.h2.engine with parameters of type SessionLocal.Savepoint Modifier and Type Method Description void
SessionLocal. rollbackTo(SessionLocal.Savepoint savepoint)
Partially roll back the current transaction.
-