|
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Allocate () |
/*
method private character GetKeyWhere(phHandle as handle):
define variable cKeyFields as character no-undo.
define variable iField as integer no-undo.
define variable cField as character no-undo.
define variable cKeyWhere as character no-undo.
if valid-handle(phHandle) then
do iField = 1 to num-entries(Context:KeyFields):
assign
cField = entry(iField,Context:KeyFields)
cField = entry(num-entries(cField,'.'),cField,'.')
cKeyWhere = cKeyWhere
+ (if iField > 1 then ' and ' else '')
+ phHandle:name
+ '.'
+ cField
+ ' = '
+ quoter(phHandle:buffer-field(cField):buffer-value,"'":U).
end.
return cKeyWhere.
end method.
*/
|
||
| Attach (IDataAdminContext) |
|
||
| LOGICAL CanAttach (IDataAdminContext) |
|
||
| LOGICAL Equals (Object) |
|
||
| Export () |
|
||
| Export (character) |
|
||
| ExportAsProcedure (character) |
|
||
| ExportAsProcedure (character, character) |
|
||
| ExportTree (character) |
|
||
| ExportTree (character, character) |
|
||
| Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree) |
/* optional call back from context tree.
called when parse is complete
override to return json to export instead of dataset
returns unknown to use standard dataset. write-json */
|
||
| CHARACTER GetKeyValues () |
|
||
| CHARACTER GetName () |
|
||
| CHARACTER GetName (handle) |
|
||
| Import (character) |
|
||
| ImportTree (character) |
|
||
| NewContext (IDataAdminModel) |
/* the context we attached to changed */
|
||
| INTEGER Serialize (handle) |
|
||
| LOGICAL SetProperty (character, character) |
|
||
| CHARACTER ToString () |
|
||
| WriteTree (IContextTree) |
|
||
| WriteTree (IContextTree, character) |
/* end method. */
|
| Options | Name | Purpose | |
|---|---|---|---|
| Partition (IDataAdminModel, IRequestInfo) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER AllocationState |
|
||
| IArea Area |
|
||
| LOGICAL Attached |
|
||
| CHARACTER BufferPool |
|
||
| LOGICAL CanAssignAlternateBufferPool |
|
||
| CHARACTER CodeExtension |
|
||
| IDataAdminModel Context |
|
||
| CHARACTER ContextId |
|
||
| LOGICAL Created |
|
||
| ISchemaElement Element |
|
||
| Progress.Lang.error Error |
|
||
| LOGICAL IsMultiTenant |
|
||
| LOGICAL IsPartitioned |
|
||
| LOGICAL Modified |
|
||
| CHARACTER ObjectType |
|
||
| IRequestInfo RequestInfo |
|
||
| CHARACTER SerializeName |
|
||
| IDataAdminService Service |
|
||
| ITenant Tenant |
|
||
| ITenantGroup TenantGroup |
|
LOGICAL Allocate ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Attach (IDataAdminContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LOGICAL Equals (Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Export () |
||||||||||||||||||||||||||||||||||||||||||||||||||
Export (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
ExportAsProcedure (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
ExportAsProcedure (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
ExportTree (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
ExportTree (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetKeyValues ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetName ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetName (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Import (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
ImportTree (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
NewContext (IDataAdminModel)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
INTEGER Serialize (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
LOGICAL SetProperty (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||
WriteTree (IContextTree)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
WriteTree (IContextTree, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Partition (IDataAdminModel, IRequestInfo)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER AllocationState
|
||||||||
|---|---|---|---|---|---|---|---|---|
IArea Area
|
||||||||
LOGICAL Attached
|
||||||||
CHARACTER BufferPool
|
||||||||
LOGICAL CanAssignAlternateBufferPool
|
||||||||
CHARACTER CodeExtension
|
||||||||
IDataAdminModel Context
|
||||||||
CHARACTER ContextId
|
||||||||
LOGICAL Created
|
||||||||
ISchemaElement Element
|
||||||||
Progress.Lang.error Error
|
||||||||
LOGICAL IsMultiTenant
|
||||||||
LOGICAL IsPartitioned
|
||||||||
LOGICAL Modified
|
||||||||
CHARACTER ObjectType
|
||||||||
IRequestInfo RequestInfo
|
||||||||
CHARACTER SerializeName
|
||||||||
IDataAdminService Service
|
||||||||
ITenant Tenant
|
||||||||
ITenantGroup TenantGroup
|
||||||||