tibasTuple_GetFieldNames()
Returns an array of names of fields inside the specified tuple.
Declaration
tibas_status tibasTuple_GetFieldNames(
tibasTuple tuple,
tibasStringList* fieldNameList)
Parameter
Parameter |
Description |
tuple |
The tuple on which the function is invoked. |
fieldNameList |
A string list that is returned and which contains the list of field names contained in the tuple. |
Remarks
Use the tibasTuple_GetFieldNames() function to return a list of the field names in a specified tuple.
Copyright © Cloud Software Group, Inc. All rights reserved.