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
Subclasses with type arguments of type SessionLocal.State in org.h2.engineFields in org.h2.engine with type parameters of type SessionLocal.StateModifier and TypeFieldDescriptionprivate final AtomicReference<SessionLocal.State> SessionLocal.stateMethods in org.h2.engine that return SessionLocal.StateModifier and TypeMethodDescriptionSessionLocal.getState()private SessionLocal.StateSessionLocal.transitionToState(SessionLocal.State targetState, boolean checkSuspended) static SessionLocal.StateReturns 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 booleanSessionLocal.checkSuspended(SessionLocal.State currentState) private SessionLocal.StateSessionLocal.transitionToState(SessionLocal.State targetState, boolean checkSuspended)