|
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 |
|
||
LOGICAL HasChanges |
|
||
IDataAdminService Service |
|
||
CHARACTER SourceId |
|
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
|
||||||||
IDataAdminService Service
|
||||||||
CHARACTER SourceId
|