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

ITable methods

Inherits methods from ISchemaElement and defines the methods listed in the following table.
Table 111. Multi-tenant Maintenance ITable interface methods
Method syntax
Description
LOGICAL Allocate ( )
Allocates all delayed table, field, and index partitions for all tenants. Does not allocate partitions for tenant groups. Returns TRUE if any partition was allocated.
LOGICAL Allocate (
  pcAllocateState AS CHARACTER )
Allocates tenant partitions for the table, its fields, and its indexes depending on the partition state specified by pcAllocateState, which can be "All", "Delayed", or "None". Does not allocate partitions for tenant groups. Returns TRUE if any partition was allocated.