GetIndexSchema function

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

Remarks

Gets an IndexSchema object with the given name or ID.

Returns
  • UL_NULL if the index does not exist.