Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Collection Interface Reference : IIndexSet interface : IIndexSet methods
 

IIndexSet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 129. 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:
*IDataAdminCollectioninterface
*IIndex interface
*ITable interface