GetIndexName function

Gets the index name given its 1-based ID.

Syntax
ULValue UltraLite_TableSchema_iface::GetIndexName(
  ul_index_num index_id
)
Parameters
  • index_id   A 1-based ordinal number.

Returns

A ULValue class object is empty if the index does not exist.

Remarks

Index IDs and counts may change during a schema upgrade. To correctly identify an index, access it by name or refresh any cached IDs and counts after a schema upgrade.