GetIndexName function

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

Remarks

Gets the index name given its 1-based ID.

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.

Returns