FreeMED Opensource EMR/PM Software |
Creates a recordlock object for a particular table.
function RecordLock ( $table )
Determine if a particular row has been locked.
function IsLocked ( $row )
Lock the specified row, or renew a currently held lock.
function LockRow ( $row )
Remove any locks held on a particular table row
function UnlockRow ( $row )