Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_LockAll()

tibasSpace_LockAll()
Function
Declaration
tibas_status tibasSpace_LockAll(
tibasSpace space,
tibasSpaceResultList* resultList,
tibasTupleList keyList);
Purpose
Batch version of the Lock operation. Requires a list of key value tuples to lock and returns a list of the tuples that are locked.
Parameters
 
Remarks
Use the tibasSpace_LockAll() function to lock a tuples whose key values are specified in a specified keyList.
See Also
tibasSpace_Lock(), tibasSpace_LockEx(), tibasSpace_LockAllEx(), tibasSpace_Unlock(), tibasSpace_UnlockAll()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved