|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
LOGICAL AddDetailsFromData () |
/* populate Details from data */ |
|||||
|
LOGICAL AddDetailsFromData (character) |
/* populate Details from data using token string to assign name
@param TokenString format XX&{<property>}X} where X is any fixed mask char
(except "&~{" or "~}" )
example "&~{TableName~}-&~{PartitionPolicyName~}-&~{Values[3]}-&~{Values[2]}".
valid properties are TableName PartitionPolicyName Values[i] (i = field number)
*/ |
|||||
|
LOGICAL AddDetailsFromData (character, character) |
/* populate Details from data using substitute string and comma separated list
of properties to assign name
@param TokenString tokens in &n format as ABL substitute statement (max 9)
@param Propertiesg comma separated list of props
valid properties are TableName PartitionPolicyName Values[i] (i = field number)
*/ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
OpenEdge.DataAdmin.IPartitionPolicyDetailSet Details |
/** policy details */ |
|||||
|
OpenEdge.DataAdmin.IFieldList Fields |
/** Fields */ |
|||||
|
LOGICAL HasComposite |
/** HasComposite
<b>true</b> if the partition has a composite partition */ |
|||||
|
LOGICAL HasRange |
/** HasRange
return true if the policy last field is a range component (le value) - */ |
|||||
|
OpenEdge.DataAdmin.IIndexSet Indexes |
/** The local indexes of the policy
shorthand for table:Indexes where islocal
editable in new policy (to make indexes local in same trans)
must match table and Fields */ |
|||||
|
LOGICAL IsCompositeReadOnly |
/** IsCompositeReadOnly
<b>true</b> if the partition policy composite partition is read-only */ |
|||||
|
LOGICAL IsReadOnly |
/** IsReadOnly
<b>true</b> if the partition is read-only */ |
|||||
|
INTEGER NumFields |
/** Num Fields */ |
|||||
|
OpenEdge.DataAdmin.ITable Table |
/** The Table of the policy */ |
|||||
|
LOGICAL Type |
/** Type read only
List, List-range or Range - */ |
Top
LOGICAL AddDetailsFromData ()
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AddDetailsFromData (character)
|
|||||||||||||||||||||||||||
LOGICAL AddDetailsFromData (character, character)
|
OpenEdge.DataAdmin.IPartitionPolicyDetailSet Details
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.IFieldList Fields
|
|||||||||||||||||
LOGICAL HasComposite
|
|||||||||||||||||
LOGICAL HasRange
|
|||||||||||||||||
OpenEdge.DataAdmin.IIndexSet Indexes
|
|||||||||||||||||
LOGICAL IsCompositeReadOnly
|
|||||||||||||||||
LOGICAL IsReadOnly
|
|||||||||||||||||
INTEGER NumFields
|
|||||||||||||||||
OpenEdge.DataAdmin.ITable Table
|
|||||||||||||||||
LOGICAL Type
|
Progress® OpenEdge® Release 11.7