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


Chapter 21 SpaceResultList and InvokeResultList : SpaceResultList and InvokeResultList Operations : tibasSpaceResultList_GetTuples()

tibasSpaceResultList_GetTuples()
Function
Declaration
tibas_status tibasSpaceResultList_GetTuples(
tibasSpaceResultList resultList,
tibasTupleList* tupleList)
Purpose
Returns a list of all the tuples that were returned in a specified resultList.
Parameters
 
Remarks
Use the tibasSpaceResultList_GetTuples() function to return a tupleList that contains the tuples that were returned in a specified resultList. A resultList object is returned by batch operations that operate on a space, such as tibasSpace_TakeAll() or tibasSpace_LockAll().
See Also
tibasResultList_GetTuple(), tibasSpaceResultList_GetStatus()
 

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