tibasSpace_LockAllEx()
Batch version of the lock operation. Requires a list of key value tuples to take and returns a list of results.
Declaration
tibas_status tibasSpace_LockAllEx( tibasSpace space, tibasSpaceResultList* resultList, tibasTupleList keyList, tibasLockOptions options)
Remarks
Use the tibasSpace_LockAllEx() function to lock a tuples whose key values are specified in a specified keyList. You can also specify lock wait and forget options for the lock operation. You can also specify a filter for the lock operation.
You can use the options parameter to provide a tibasLockpOtions structure that specifies the options for the lock. The tibasLockOptions structure is defined as follows:
struct _tibasLockOptions { tibas_long lockWait; tibas_boolean forget; const char* filter; };
The lock options are defined as follows:
Copyright © Cloud Software Group, Inc. All rights reserved.