tibasSpaceResultList_Size()
Returns the number of tuples in the SpaceResultList object.
Declaration
tibas_status tibasSpaceResultList_Size( tibasSpaceResultList resultList, tibas_int* size)
Remarks
Use the tibasSpaceResultList_Size() function to return the size of a specified SpaceResult list. Calling this function before you call the tibasSpaceResultList_Get() function can prevent requesting a get of data from an index value higher than the upper limit of the list.
Copyright © Cloud Software Group, Inc. All rights reserved.