tibasIndexDef_GetName()

Returns the index name for a specified IndexDef.

Declaration

tibas_status tibasIndexDef_GetName(
    tibasIndexDef indexDef,
    char**        indexName)

Parameters

Parameter Description
indexDef Specifies the IndexDef for the index for which you want to get the index name.
indexName Returns the name of the index.

Remarks

Use the tibasIndexDef_GetName() function to return the index name for a specified IndexDef.