IPartitionMap methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IPartitionMap methods
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Allocates all the partitions in the map. |
|
Returns TRUE if a partition
object is mapped to a table, index, or field key specified by obj. |
|
Returns TRUE if the partition
object referenced by partition is in the map. |
|
Returns the partition object from the map for the
IField object whose Name property is set to
pcField and represents a field in the table object whose
Name property is set to pcTable. Returns the
Unknown value (?) if the object is not found. |
|
Returns the partition object from the map for the
IIndex object whose Name property is set to
pcIndex and represents an index in the table object whose
Name property is set to pcTable and with the
collation specified by pcCollation. Returns the Unknown value
(?) if the object is not found. |
|
Returns the partition object from the map for the
ITable object whose Name property is set to
pcTable. Returns the Unknown value (?) if the
object is not found. |
|
Returns the partition object that is mapped to a table, index, or
field key specified by obj. Returns the Unknown value
(?) if the object is not found. |
See also: