Uses of Enum
org.h2.engine.SessionLocal.State
Packages that use SessionLocal.State
Package
Description
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.StateModifier and TypeFieldDescriptionprivate final AtomicReference
<SessionLocal.State> SessionLocal.state
Methods in org.h2.engine that return SessionLocal.StateModifier and TypeMethodDescriptionSessionLocal.getState()
private SessionLocal.State
SessionLocal.transitionToState
(SessionLocal.State targetState, boolean checkSuspended) static SessionLocal.State
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.StateModifier and TypeMethodDescriptionprivate boolean
SessionLocal.checkSuspended
(SessionLocal.State currentState) private SessionLocal.State
SessionLocal.transitionToState
(SessionLocal.State targetState, boolean checkSuspended)