|
| 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 |
|
||
| OpenEdge.DataAdmin.IFieldList Fields |
|
||
| LOGICAL HasComposite |
|
||
| LOGICAL HasRange |
|
||
| OpenEdge.DataAdmin.IIndexSet Indexes |
|
||
| LOGICAL IsCompositeReadOnly |
|
||
| LOGICAL IsReadOnly |
|
||
| INTEGER NumFields |
|
||
| OpenEdge.DataAdmin.ITable Table |
|
||
| LOGICAL Type |
|
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
|
||||||||