ABIGetLockWaitSessionCount
ABIGetLockWaitSessionCount#
Syntax#
int ABIGetLockWaitSessionCount ( );
Return Values#
If successful, returns the number of sessions waiting to acquire locks; otherwise, returns an error code.
Description#
This function selects the number of sessions waiting to acquire locks on the Altibase server.
Example#
Please refer to sample_5.c for an application related to this function.
int sLockWaitSessionCount;
sLockWaitSessionCount = ABIGetLockWaitSessionCount( );