tibasIndexDefList_Size()

Returns the number of elements in a specified list of IndexDefs.

Declaration

tibas_status tibasIndexDefList_Size(
    tibasIndexDefList indexDefList,
    tibas_int* size)

Parameters

Parameter Description
indexDefList A list of comma-separated values that specifies the indexes.
size Returns the number of index elements in the IndexDefList.

Remarks

Use the tibasIndexDefList_Size() function to return the number of elements in a specified list of IndexDefs.

Use the size value returned by tibasIndexDefList_Size() as to determine the upper limit for the index value used with the tibasIndexDefList_Get() function.