Uses of Class
org.h2.engine.SessionLocal.Savepoint
Packages that use SessionLocal.Savepoint
Package
Description
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.SavepointModifier and TypeFieldDescriptionprivate HashMap
<String, SessionLocal.Savepoint> SessionLocal.savepoints
Methods in org.h2.engine that return SessionLocal.SavepointModifier and TypeMethodDescriptionSessionLocal.setSavepoint()
Create a savepoint to allow rolling back to this state.Methods in org.h2.engine with parameters of type SessionLocal.SavepointModifier and TypeMethodDescriptionvoid
SessionLocal.rollbackTo
(SessionLocal.Savepoint savepoint) Partially roll back the current transaction.