tibasIndexDef_GetFieldNames()

Retrieves the field names currently set for a specified secondary index.

Declaration

tibas_status tibasIndexDef_GetFieldNames(
    tibasIndexDef indexDef,
    tibasStringList* fieldNames)

Parameters

Parameter Description
indexDef Specifies the IndexDef for the index for which you want to retrieve field names.
fieldNames Pointer to a list of comma-separated values indicating the field names defined for the index.

Remarks

Use the tibasIndexDef_GetFieldNames() function to retrieve the field names that are currently set for a specified secondary index.