|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
INTEGER Deserialize (handle) |
/* deserialize from stream abl standard import format
@return num rows imported */ |
|||||
|
INTEGER Deserialize (handle, integer) |
|
|||||
|
Export () |
|
|||||
|
Export (character) |
|
|||||
|
ExportLastSaved (character) |
/** REST/JSON communication, use after import and call to service create or update */ |
|||||
|
ExportLastSavedTree (character) |
/** REST/JSON communication, use after importTree and call to service create or update */ |
|||||
|
ExportList () |
|
|||||
|
ExportList (character) |
|
|||||
|
ExportTree (character) |
|
|||||
|
ExportTree (character, character) |
|
|||||
|
ExportTree (character, IPageRequest) |
|
|||||
|
Import (character) |
/* import table from file - json - d */ |
|||||
|
ImportDelete (character) |
/* import keys to delete from file - json only */ |
|||||
|
ImportNew (character) |
/* import new rows to table from file - json - d */ |
|||||
|
ImportNewTree (character) |
/* import new rows with children from file - json */ |
|||||
|
ImportTree (character) |
/* import table with children from file - json */ |
|||||
|
OpenEdge.DataAdmin.Lang.Collections.IIterator Iterator (character) |
/** returns a filtered and/or sorted iterator
@param filter query expression on properties of the entities in the collection
field expressions <b>must</b> be separated by space (also =)
values <b>must</b> be quoted. also int, logical dec */ |
|||||
|
Reset () |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER ContextId |
/** defines the context (or scope?) for the instance.
Used in Equals() to ensure entities with the same keys
- blank means the object has no context (yet)
new and not attached (in which case equals is only true if exact same
object instance)
*/ |
|||||
|
LOGICAL HasChanges |
|
|||||
|
OpenEdge.DataAdmin.IDataAdminService Service |
|
|||||
|
CHARACTER SourceId |
/** defines the source (or scope?) for the instance.
- blank means the object has no source (yet)
new and not attached (in which case equals is only true if exact same
object instance)
- returns the same as ContextId if this collection is for the entire context
*/ |
Top
INTEGER Deserialize (handle)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Deserialize (handle, integer)
|
||||||||||||||||||||||
Export ()
|
||||||||||||||||||||||
Export (character)
|
||||||||||||||||||||||
ExportLastSaved (character)
|
||||||||||||||||||||||
ExportLastSavedTree (character)
|
||||||||||||||||||||||
ExportList ()
|
||||||||||||||||||||||
ExportList (character)
|
||||||||||||||||||||||
ExportTree (character)
|
||||||||||||||||||||||
ExportTree (character, character)
|
||||||||||||||||||||||
ExportTree (character, IPageRequest)
|
||||||||||||||||||||||
Import (character)
|
||||||||||||||||||||||
ImportDelete (character)
|
||||||||||||||||||||||
ImportNew (character)
|
||||||||||||||||||||||
ImportNewTree (character)
|
||||||||||||||||||||||
ImportTree (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.Lang.Collections.IIterator Iterator (character)
|
||||||||||||||||||||||
Reset ()
|
CHARACTER ContextId
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL HasChanges
|
|||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminService Service
|
|||||||||||||||||||
CHARACTER SourceId
|
Progress® OpenEdge® Release 11.7