IIndexSet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.

Table 1. Multi-tenant Maintenance IIndexSet interface methods
Method syntax Description
LOGICAL CanFind ( indexName as CHARACTER )
Returns TRUE if there is an index object in the set that has its Name property set to indexName.
LOGICAL Contains ( indexImpl as IIndex )
Returns TRUE if the index object referenced by indexImpl is in the set.
IIndex Find ( indexName as CHARACTER )
Returns the index object from the set that has its Name property set to indexName. Returns the Unknown value (?) if the object is not found.

See also: