Uses of Class
com.mckoi.database.LockingMechanism
-
Packages that use LockingMechanism Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of LockingMechanism in com.mckoi.database
Fields in com.mckoi.database declared as LockingMechanism Modifier and Type Field Description private LockingMechanismDatabaseConnection. locking_mechanismThe locking mechanism within this connection.Methods in com.mckoi.database that return LockingMechanism Modifier and Type Method Description LockingMechanismDatabaseConnection. getLockingMechanism()Returns the LockingMechanism object that is within the context of this database connection.
-