Uses of Class
org.h2.mvstore.db.MVTable.TraceLockEvent
-
Packages that use MVTable.TraceLockEvent Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of MVTable.TraceLockEvent in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return MVTable.TraceLockEvent Modifier and Type Method Description static MVTable.TraceLockEvent
MVTable.TraceLockEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MVTable.TraceLockEvent[]
MVTable.TraceLockEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.mvstore.db with parameters of type MVTable.TraceLockEvent Modifier and Type Method Description private void
MVTable. traceLock(SessionLocal session, int lockType, MVTable.TraceLockEvent eventEnum, java.lang.String extraInfo)
-