|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL AddFieldsFromData () |
/* populate fields from data */ |
|||||
|
|
LOGICAL AddFieldsFromData (character) |
|
|||||
|
|
LOGICAL AddFieldsFromData (character, character) |
|
|||||
|
|
Attach (IDataAdminContext) |
/** Attaches the object to the context/model
@param context IDataAdminContext that holds the data
Call cntxt:Copy(oldcontext) if IsAttached is false and context is valid */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
LOGICAL CanAttach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
Export () |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
Export (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
ExportAsProcedure (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
ExportAsProcedure (character, character) |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
ExportTree (character) |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
ExportTree (character, character) |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
JSONObject GetJSONExport (IContextTree) |
/* optional call back from context tree.
return json to export instead of dataset
return unknown to use standard dataset. write-json */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
Import (character) |
/** Import entity data from the specified file (must exist)
@param file the file name to imprt from - currently supportes .json only */ Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
ImportTree (character) |
/** Import entity data including child collections from the specified file (the top level entity must exist)
@param file the file name to imprt from - currently supportes .json only */ Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
INTEGER Serialize (handle) |
/* serialize to stream abl standard export format
return num rows exported */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
WriteTree (IContextTree) |
/** Writetree is a visitor/serialize method that adds this object and its collections to the passed ContextTree
@param tree the IContextTree to add the object to */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
WriteTree (IContextTree, character) |
/** Writetree is a visitor/serialize method that adds this object and the specified collections to the
passed ContextTree. The context tree
@param tree the IContextTree to add the object to
@collections collections comma spearated list of child collections to add to the tree */ Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Attached |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
CHARACTER CdcPolicyId |
|
|||||
|
|
CHARACTER ChangeTable |
|
|||||
|
|
CHARACTER ChangeTableOwner |
|
|||||
|
|
CHARACTER CodeExtension |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
CHARACTER ContextId |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
OpenEdge.DataAdmin.IArea DataArea |
|
|||||
|
|
CHARACTER DefaultAllocation |
Inherited from OpenEdge.DataAdmin.IPartitionParent |
|||||
|
|
OpenEdge.DataAdmin.IArea DefaultDataArea |
Inherited from OpenEdge.DataAdmin.IPartitionParent |
|||||
|
|
OpenEdge.DataAdmin.IArea DefaultIndexArea |
Inherited from OpenEdge.DataAdmin.IPartitionParent |
|||||
|
|
OpenEdge.DataAdmin.IArea DefaultLobArea |
Inherited from OpenEdge.DataAdmin.IPartitionParent |
|||||
|
|
CHARACTER Description |
Inherited from OpenEdge.DataAdmin.IPartitionParent |
|||||
|
|
LOGICAL EncryptPolicy |
|
|||||
|
|
OpenEdge.DataAdmin.ICdcFieldPolicySet FieldPolicies |
|
|||||
|
|
OpenEdge.DataAdmin.IFieldList Fields |
|
|||||
|
|
LOGICAL IdentifyingField |
|
|||||
|
|
OpenEdge.DataAdmin.IArea IndexArea |
|
|||||
|
|
OpenEdge.DataAdmin.IIndexSet Indexes |
|
|||||
|
|
OpenEdge.DataAdmin.Internal.Util.CdcTablePolicyInstanceEnum Instance |
|
|||||
|
|
DATETIME-TZ LastModified |
|
|||||
|
|
OpenEdge.DataAdmin.CdcTablePolicyLevelEnum Level |
|
|||||
|
|
CHARACTER Misc |
|
|||||
|
|
CHARACTER Name |
Inherited from OpenEdge.DataAdmin.IPartitionParent |
|||||
|
|
INTEGER NumFields |
|
|||||
|
|
IRequestInfo RequestInfo |
Overrides OpenEdge.DataAdmin.IDataAdminElement:RequestInfo |
|||||
|
|
CHARACTER SerializeName |
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable |
|||||
|
|
IDataAdminService Service |
Inherited from OpenEdge.DataAdmin.IDataAdminElement |
|||||
|
|
OpenEdge.DataAdmin.CdcTablePolicyStateEnum State |
|
|||||
|
|
OpenEdge.DataAdmin.ITable Table |
|
|
Top
PUBLIC LOGICAL AddFieldsFromData ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AddFieldsFromData (character)
|
||||||||||||||||||||||
PUBLIC LOGICAL AddFieldsFromData (character, character)
|
||||||||||||||||||||||
PUBLIC Attach (IDataAdminContext)
|
||||||||||||||||||||||
PUBLIC LOGICAL CanAttach (IDataAdminContext)
|
||||||||||||||||||||||
PUBLIC Export ()
|
||||||||||||||||||||||
PUBLIC Export (character)
|
||||||||||||||||||||||
PUBLIC ExportAsProcedure (character)
|
||||||||||||||||||||||
PUBLIC ExportAsProcedure (character, character)
|
||||||||||||||||||||||
PUBLIC ExportTree (character)
|
||||||||||||||||||||||
PUBLIC ExportTree (character, character)
|
||||||||||||||||||||||
PUBLIC JSONObject GetJSONExport (IContextTree)
|
||||||||||||||||||||||
PUBLIC Import (character)
|
||||||||||||||||||||||
PUBLIC ImportTree (character)
|
||||||||||||||||||||||
PUBLIC INTEGER Serialize (handle)
|
||||||||||||||||||||||
PUBLIC WriteTree (IContextTree)
|
||||||||||||||||||||||
PUBLIC WriteTree (IContextTree, character)
|
||||||||||||||||||||||
Progress® OpenEdge® Release 12.2.0