Declaration

function TableIsLocked(aLockType: TnxLockType; out aLockPresent: TnxLockPresent): TnxResult; virtual; abstract;

 
Description

TableIsLocked returns the current table lock state for a certain lock type.

 
Parameters

aLockType: TnxLockType

the type of lock you want to check.

out aLockPresent: TnxLockPresent

the state of the given lock type

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxAbstractCursor