GetIndexSchema function

Gets an IndexSchema object with the given name or ID.

Syntax
UltraLite_IndexSchema * UltraLite_TableSchema_iface::GetIndexSchema(
  const ULValue & index_id
)
Parameters
  • index_id   The name or ID number identifying the index.

Returns

UL_NULL if the index does not exist.