Uses of Class
com.mckoi.database.LockHandle
Packages that use LockHandle
-
Uses of LockHandle in com.mckoi.database
Methods in com.mckoi.database that return LockHandleModifier and TypeMethodDescriptionLockingMechanism.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 LockHandleModifier and TypeMethodDescriptionvoid
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.