|
Options |
Name |
Purpose |
|
|
|
LOGICAL Add (IDatabaseOption)
|
/* Add a dboption to the collection
@param IDatabaseOption The dboption to add
@return logical TRUE if the option was added to the set */
|
|
|
|
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
|
|
|
|
LOGICAL CanFind (character)
|
/* Return true if a dboption with the specified code is in the collection
@param character The code of the DBoption
@return logical TRUE if a role with the given name exists in the collection */
|
|
|
|
LOGICAL Contains (IDatabaseOption)
|
/* Return true if the DbOption is in the collection
@param IDatabaseOption The DBOtion
@return logical TRUE if a role with the given name exists in the collection */
|
|
|
|
INTEGER Deserialize (handle)
|
/* deserialize from stream abl standard import format
@return num rows imported */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
INTEGER Deserialize (handle, integer)
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
Export ()
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
Export (character)
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportAsProcedure (character)
|
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable
|
|
|
|
ExportAsProcedure (character, character)
|
Inherited from OpenEdge.DataAdmin.IDataAdminSerializable
|
|
|
|
ExportLastSaved (character)
|
/** REST/JSON communication, use after import and call to service create or update */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportLastSavedTree (character)
|
/** REST/JSON communication, use after importTree and call to service create or update */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportList ()
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportList (character)
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportTree (character)
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportTree (character, character)
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ExportTree (character, IPageRequest)
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
OpenEdge.DataAdmin.IDatabaseOption Find (character)
|
/** Return the Role with the specified Name from the collection.
Returns unknown if not found. */
|
|
|
|
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 table from file - json - d */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ImportDelete (character)
|
/* import keys to delete from file - json only */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ImportNew (character)
|
/* import new rows to table from file - json - d */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ImportNewTree (character)
|
/* import new rows with children from file - json */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
ImportTree (character)
|
/* import table with children from file - json */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
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 */ Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
LOGICAL Remove (IDatabaseOption)
|
/* Remove a role from the collection
@param IDatabaseOption The option to remove
@return logical TRUE if the option was removed from the set */
|
|
|
|
Reset ()
|
Inherited from OpenEdge.DataAdmin.IDataAdminCollection
|
|
|
|
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
|