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


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

tibasSpace_CompareAndPutAll()
Function
Declaration
tibas_status tibasSpace_CompareAndPutAll(
tibasSpace            space,
tibasSpaceResultList* resultList,
tibasTupleList        oldValueList,
tibasTupleList        newValueList)
Purpose
Compares the values in a list of old values with the existing values in the space. If the old values are unmodified, replaces the existing tuples with the specified new values.
Parameters
 
Remarks
Use the tibasSpace_CompareAndPutAll() function to compare values that you specify in a list of new values with the existing values for the tuples in the data store, and, if the new values do not match an existing values, replace the old values with the new values.
See Also
tibasSpace_CompareAndPutEx(), tibasSpace_CompareAndPutAll(), tibasSpace_CompareAndPutAllEx()

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