Uses of Class
org.h2.engine.SessionLocal.State
-
Packages that use SessionLocal.State 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.State in org.h2.engine
Fields in org.h2.engine with type parameters of type SessionLocal.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SessionLocal.State>
SessionLocal. state
Methods in org.h2.engine that return SessionLocal.State Modifier and Type Method Description SessionLocal.State
SessionLocal. getState()
private SessionLocal.State
SessionLocal. transitionToState(SessionLocal.State targetState, boolean checkSuspended)
static SessionLocal.State
SessionLocal.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SessionLocal.State[]
SessionLocal.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.engine with parameters of type SessionLocal.State Modifier and Type Method Description private boolean
SessionLocal. checkSuspended(SessionLocal.State currentState)
private SessionLocal.State
SessionLocal. transitionToState(SessionLocal.State targetState, boolean checkSuspended)
-