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

IExtentList methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 126. Multi-tenant Maintenance IExtentList interface methods
Method syntax
Description
LOGICAL Add ( pExtent AS IExtent )
Adds the extent object referenced by pExtent to the list and returns TRUE if successful.
IExtent Get ( pNum as INTEGER )
Returns the extent object from the list that has its Number property set to pNum. Returns the Unknown value (?) if the object is not found.
INTEGER IndexOf ( pExtent AS IExtent )
Returns the index in this list of the extent object referenced by pExtent.
LOGICAL Remove ( pExtent AS IExtent )
Removes the extent object referenced by pExtent from the list and returns TRUE if successful. Can only execute if the extent is not committed to the database using the CreateArea*( ) or UpdateArea*( ) service methods.
See also:
*IArea interface
*IDataAdminCollectioninterface
*IExtent interface