OpenEdge.DataAdmin.Binding.Query.TablePartitionQuery
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL AllocateGroups (character) |
/** Allocate tenant partitions for the table
override to call context and allocate fields and indexes not aprt of the query
@param AllocationState Specify state of partitions to allocate - All, Delayed or None
@return true if any partition was allocated
@throw IllegalArgumentError if not valid AllocationState */
|
||
| LOGICAL AllocateTenants (character) |
/** Allocate tenant partitions for the table
override to call context and allocate fields and indexes not aprt of the query
@param AllocationState Specify state of partitions to allocate - All, Delayed or None
@return true if any partition was allocated
@throw IllegalArgumentError if not valid AllocationState */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| TablePartitionQuery (PartitionContext, IRow, IRequestInfo) |
|
Method Detail
LOGICAL AllocateGroups (character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AllocateTenants (character)
|
||||||||||||||||||||
Constructor Detail