Uses of Class
com.mckoi.database.LockHandle
-
Packages that use LockHandle Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of LockHandle in com.mckoi.database
Methods in com.mckoi.database that return LockHandle Modifier and Type Method Description LockHandle
LockingMechanism. lockTables(DataTable[] t_write, DataTable[] t_read)
This method locks the given tables for either reading or writing.Methods in com.mckoi.database with parameters of type LockHandle Modifier and Type Method Description void
DatabaseProcedure. setLockHandle(LockHandle lock_handle)
Sets the LockHandle object for this procedure.void
LockingMechanism. unlockTables(LockHandle handle)
Unlocks the tables that were previously locked by the 'lockTables' method.
-