|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
AfterRow (dataset-handle) |
/**** the utility command cannot be run with active transactions
method private void DeallocatePartition(pcTable as char,pctype as char, pcKey as char ):
define variable msg as DeallocateRequest no-undo.
msg = new DeallocateRequest().
msg:Type = if pctype = "T" then "tenant"
else "group".
msg:Name = pcKey.
msg:TableName = pctable.
DeallocateCommand:Execute(msg).
end method.
************/ |
|||||
|
AfterSetUrl () |
|
|||||
|
CHARACTER ColumnExpression (character, character, character) |
/* convert allocationstate char to bitmap expression required in the db */ |
|||||
|
CHARACTER ColumnSortSource (character) |
/* convert to allocation from bitmap in the db */ |
|||||
|
CHARACTER ColumnSource (character) |
/* This is the call back for the QueryString parsing. There is currently no mapping, but we override it in
order to return the ttPartition's parent keys to the Query. This allows us to extract the expression later.
Because it is added as parent (i.e _tenant) we can also extract the actual query fields without these.
NOTE: check subclasses override
*/ |
|||||
|
CreateRefreshQuery (handle) |
|
|||||
|
DeleteRefreshQuery () |
|
|||||
|
CHARACTER FindAreaJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
CHARACTER FindPartitionPolicyDetailJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
CHARACTER FindTableJoinValues (character, character) |
|
|||||
|
CHARACTER FindTenantGroupJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
CHARACTER FindTenantJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
CHARACTER GetMappingForJoin (character) |
|
|||||
|
CHARACTER GetName (handle) |
|
|||||
|
CHARACTER Getstate (handle) |
|
|||||
|
LOGICAL Prepare (handle, character, character, character) |
|
|||||
|
RefreshAllocationState (character, character) |
/** called from save to refresh index and fields to be returned to client when
allocationstate of the table changed (they are updated before the table partitions ) */ |
|||||
|
LOGICAL Save (handle) |
/** Save all
@param buffer the temp-table buffer handle with data */ |
|||||
|
LOGICAL Save (handle, integer) |
/** Save changes of specified state
@param buffer the temp-table buffer handle with data
@param state the row-state to save (row-created, row-deleted or row-modified)
? = all */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Progress.Database.DBConfig DBConfig |
|
|||||
|
CHARACTER FindArea |
|
|||||
|
CHARACTER FindFirstGroupAndArea |
|
|||||
|
CHARACTER FindGroup |
|
|||||
|
CHARACTER FindPartitionPolicyDetail |
|
|||||
|
CHARACTER FindTenant |
|
|||||
|
CHARACTER FindTenantAndArea |
|
|||||
|
CHARACTER StorageAreaMap |
|
|||||
|
CHARACTER StorageFileMap |
|
|||||
|
CHARACTER StorageGroupMap |
|
|||||
|
CHARACTER StorageMap |
|
|||||
|
CHARACTER StoragePartitionPolicyDetailMap |
|
|||||
|
CHARACTER StorageTenantMap |
|
|||||
|
CHARACTER ValidAllocationList |
|
|||||
|
CHARACTER ValidHorizontalAllocationList |
|
Top
AfterRow (dataset-handle)
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AfterSetUrl ()
|
|||||||||||||||||||||||||||||||
CHARACTER ColumnExpression (character, character, character)
|
|||||||||||||||||||||||||||||||
CHARACTER ColumnSortSource (character)
|
|||||||||||||||||||||||||||||||
CHARACTER ColumnSource (character)
|
|||||||||||||||||||||||||||||||
CreateRefreshQuery (handle)
|
|||||||||||||||||||||||||||||||
DeleteRefreshQuery ()
|
|||||||||||||||||||||||||||||||
CHARACTER FindAreaJoin (character)
|
|||||||||||||||||||||||||||||||
CHARACTER FindPartitionPolicyDetailJoin (character)
|
|||||||||||||||||||||||||||||||
CHARACTER FindTableJoinValues (character, character)
|
|||||||||||||||||||||||||||||||
CHARACTER FindTenantGroupJoin (character)
|
|||||||||||||||||||||||||||||||
CHARACTER FindTenantJoin (character)
|
|||||||||||||||||||||||||||||||
CHARACTER GetMappingForJoin (character)
|
|||||||||||||||||||||||||||||||
CHARACTER GetName (handle)
|
|||||||||||||||||||||||||||||||
CHARACTER Getstate (handle)
|
|||||||||||||||||||||||||||||||
LOGICAL Prepare (handle, character, character, character)
|
|||||||||||||||||||||||||||||||
RefreshAllocationState (character, character)
|
|||||||||||||||||||||||||||||||
LOGICAL Save (handle)
|
|||||||||||||||||||||||||||||||
LOGICAL Save (handle, integer)
|
PartitionDataSource ()
|
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PartitionDataSource (character, character, character)
|
||||||||||||||||||||||||||
PartitionDataSource (character, character, character, character)
|
||||||||||||||||||||||||||
PartitionDataSource (character, character, character, log)
|
||||||||||||||||||||||||||
PartitionDataSource (handle, character)
|
||||||||||||||||||||||||||
PartitionDataSource (handle, character, character, character)
|
Progress.Database.DBConfig DBConfig
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
CHARACTER FindArea
|
|||||||||
CHARACTER FindFirstGroupAndArea
|
|||||||||
CHARACTER FindGroup
|
|||||||||
CHARACTER FindPartitionPolicyDetail
|
|||||||||
CHARACTER FindTenant
|
|||||||||
CHARACTER FindTenantAndArea
|
|||||||||
CHARACTER StorageAreaMap
|
|||||||||
CHARACTER StorageFileMap
|
|||||||||
CHARACTER StorageGroupMap
|
|||||||||
CHARACTER StorageMap
|
|||||||||
CHARACTER StoragePartitionPolicyDetailMap
|
|||||||||
CHARACTER StorageTenantMap
|
|||||||||
CHARACTER ValidAllocationList
|
|||||||||
CHARACTER ValidHorizontalAllocationList
|
Progress® OpenEdge® Release 11.7.15