KI_GET_TRACKED_LOCKS
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
SYM(rowids$()) | Symbol of an array of _KDB_ROWIDs | |
status | KDB_ERROR_ENUM | Return status |
KI_GET_TRACKED_LOCKS
This function is used to get a list of tracked locks on handle. It will REDIM and fill in an array of KDB_ROWID pointed to by sym. If the whole table is locked via KI_LOCK_ALL, it will fail with KE_LOCKED(14).
CALL KI_GET_TRACKED_LOCKS handle, sym TO status