|
|
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 */
|