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


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

tibasSpace_CompareAndTakeAll()
Function
Declaration
tibas_status tibasSpace_CompareAndTakeAll(
tibasSpace            space,
tibasSpaceResultList* resultList,
tibasTupleList        oldValueList)
Purpose
Compares values in a list of specified values with the values in the existing tuples. If value matches are found, takes the specified tuples.
Parameters
 
Remarks
Use the tibasSpace_CompareAndTakeAll() function to look for tuples containing specified values, and if value matches are found, take the tuple values.
If there is no mismatch, the function returns the same value as specified in the list of old values.
See Also
tibasSpace_CompareAndTake(), tibasSpace_CompareAndTakeEx(), tibasSpace_CompareAndTakeAllEx()

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