|
Options |
Name |
Purpose |
|
|
|
AddChildrenTo (IContextTree, character, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddChildrenTo (IContextTree, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL AddEntity (IDataAdminElement)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddFilterTo (IContextTree, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL AddJoinTable (IDataAdminContext)
|
/** add join buffer - called from columnSource overrides when parent columns
are added to query
not very robust - assumes BaseQuery and Tables is set
*/
|
|
|
|
AddRowTo (IContextTree, rowid)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTableTo (IContextTree)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTableTo (IContextTree, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTreeTo (IContextTree)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTreeTo (IContextTree, character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTreeTo (IContextTree, character, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTreeTo (IContextTree, IDataAdminContext, character, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTreeTo (IContextTree, IDataAdminContext, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
AddTreeTo (IContextTree, IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL CanCopy (IDataAdminContext)
|
/* subclasses with many to many must override this to check update context
NOTE: this should not check if parent is matching. It should only tell if
passed context can be transferred into my context based on TT and context state (islocal) */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL CanFind (character)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:CanFind (character)
|
|
|
|
LOGICAL CanFind (integer)
|
/* end method. */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL CanFindCurrentModel ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL CanFindCurrentModel (IDataAdminModel)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
HANDLE CloneQuery (handle)
|
/* We may clone this query in order to get row keys from a result without
causing the 'real' query to reposition. This may be used when performing
multi-select operations in the UI, where we don't want to move off the
current record. Note that these actions may be expensive, because of the
cost of creating, opening, etc the query. */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
CHARACTER ColumnExpression (character, character, character)
|
/** convert expression for QueryString - unknown = keep as is */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER ColumnSortSource (character)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ColumnSortSource (character)
|
|
|
|
CHARACTER ColumnSource (character)
|
/* qualify columns for QueryString parsing */ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ColumnSource (character)
|
|
|
|
CHARACTER ColumnValue (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
LOGICAL CompareValues (character[], character[])
|
|
|
|
|
Copy (IDataAdminContext)
|
/*** methods ****************************************/ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:Copy (IDataAdminContext)
|
|
|
|
HANDLE CreateAfterQuery (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
createAndOpenQuery ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
HANDLE CreateBeforeNavQuery (character, handle, handle)
|
|
|
|
|
HANDLE CreateBeforeNavQuery (handle, handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
HANDLE CreateBeforeUpdQuery (character, handle)
|
|
|
|
|
HANDLE CreateBeforeUpdQuery (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CreateQuery ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement CreateRootEntity ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement CreateRootEntity (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement CreateRootEntity (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement CreateRootEntity (IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CreateRootRow ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CreateRootRow (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CreateRootRow (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CreateRootRow (IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CreateRow (IDataAdminElement)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:CreateRow (IDataAdminElement)
|
|
|
|
CHARACTER CurrentQuery ()
|
Return the current query for query manipulation and prepare.
returns the default if not yet prepared.
------------------------------------------------------------------------------*/ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
DataRefreshed (IFetchResponse)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER DefaultQuery ()
|
Return the BaseQuery or build a default query.
------------------------------------------------------------------------------*/ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
LOGICAL Delete (character)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:Delete (character)
|
|
|
|
LOGICAL Delete (character[])
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL Delete (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL DeleteCurrent ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
DeleteQuery ()
|
/* delete the handles */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
INTEGER Deserialize (handle, integer, character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
Destroy ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
Export (character, character)
|
/*
method protected void ExportQuery(pcfile as char):
define variable hOrigBuffer as handle no-undo.
define variable hExpBuffer as handle no-undo.
define variable hTbl as handle no-undo.
hOrigBuffer = QueryHandle:get-buffer-handle (1).
create temp-table htbl.
/* hidden fields are inherited */
htbl:create-like(hOrigBuffer).
htbl:temp-table-prepare (hOrigBuffer:name).
htbl:default-buffer-handle:serialize-name = SerializeName.
QueryHandle:get-first ().
do while hOrigBuffer:avail:
htbl:default-buffer-handle:buffer-create().
htbl:default-buffer-handle:buffer-copy (hOrigBuffer).
QueryHandle:get-next ().
end.
htbl:default-buffer-handle:write-json ("File",pcfile,yes).
finally:
delete object htbl.
end finally.
end method.
*/ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ExportJSON (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ExportLastSaved (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ExportLastSavedTree (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ExportNormalized (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL Find (character)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:Find (character)
|
|
|
|
LOGICAL Find (character[])
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL Find (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL Find (IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntity (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntity (character[])
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntity (handle)
|
/** find the entity (factory method )
Is considered internal.
@param handle query or buffer that is positioned to the record to be found */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntity (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntity (IRequestInfo)
|
/** find in current data (no service request)
NOTE: The RequestInfo is only for support of find on alternate values
it is not stored in the instance and not used for collection filters */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntityAtRow (integer)
|
/** find the entity at row position (factory method )
@param number */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL FindOrigin (rowid)
|
/** FindOrigin - find row from origin rowid in row extracted with getchanges
@param rOriginid rowid from row in change dataset */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ForeignKeyChanged (IRowChange)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ForeignKeyChanged (IRowChange)
|
|
|
|
CHARACTER GetBeforeQueryString (character, handle)
|
|
|
|
|
HANDLE GetBufferHandles ()
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:GetBufferHandles ()
|
|
|
|
CHARACTER GetChildJoinFields (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetCurrentRowKey ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement GetEntity (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement GetEntity (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.IDataAdminElement GetEntity (IRequestInfo)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetJoinExpression (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetJoinFields ()
|
|
|
|
|
CHARACTER GetJoinFields (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetJoinFieldsReversed (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
JsonArray GetJsonArray ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
Progress.Json.ObjectModel.JsonObject GetJSONExport (IContextTree)
|
/* optional call back from context tree.
called when parse is complete
return json to export instead of dataset
return unknown to use standard dataset. write-json */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
JsonArray GetJsonFieldArray (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetKeyValues (character)
|
/* convert collection single key to parent context multiple key values using parent query join info */
|
|
|
|
CHARACTER GetKeyValues (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetKeyWhere (character[])
|
/** get a where expression from the passed extent using Keyfields */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER GetParentJoinFields (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.Binding.IRow GetParentRow ()
|
|
|
|
|
CHARACTER GetPosition ()
|
/* order neutral position that is safe if tables changes order
passed back to setPosition
note that one need all rowids when the unique table is not
the first */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
OpenEdge.DataAdmin.Message.IFetchRequest GetQueryRequest ()
|
/* override if message needs to override to add additional/different tables for join */
|
|
|
|
ROWID GetQueryRowids (handle)
|
/** query rowids (may not be ordered by tables) */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OpenEdge.DataAdmin.Message.IFetchRequest GetRequest ()
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:GetRequest ()
|
|
|
|
ISaveRequest GetSaveRequest ()
|
/* @todo */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL HasChanges ()
|
/* @TODO implement logic for query */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
Import (character, character)
|
/* single table import of the entity (flat - no tree)
NOTE: not generic - must have overrides for readForParent and readNewForParent
with foreign key not in json all records will be imported with
blank foreign key and seen as new records. We cannot copy these
as-is to the existing since all values may not be present */ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:Import (character, character)
|
|
|
|
Import (JsonObject, character)
|
/* single table import of the entity (flat - no tree)
NOTE: not generic - must have overrides for readForParent and readNewForParent
with foreign key not in json all records will be imported with
blank foreign key and seen as new records. We cannot copy these
as-is to the existing since all values may not be present
- The parentserializeName cases would also find root and read children if present - same as importTree
There seems to be no reason to keep import and importTree behavior different
*/ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:Import (JsonObject, character)
|
|
|
|
ImportDelete (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ImportForParent (character)
|
|
|
|
|
ImportForParent (JsonObject)
|
|
|
|
|
ImportNewForParent (character)
|
|
|
|
|
ImportNewForParent (JsonObject)
|
|
|
|
|
ImportRow (character, character)
|
/* single row import of the entity (flat no tree) */ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ImportRow (character, character)
|
|
|
|
ImportRow (character, character[])
|
/* single row import of the entity (flat no tree) */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ImportRow (character, integer)
|
/* single row import of the entity (flat no tree) */ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ImportRow (character, integer)
|
|
|
|
ImportRowTree (character, character)
|
/** */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ImportRowTree (character, character[])
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ImportRowTree (character, integer)
|
/** */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ImportTree (character, character)
|
/* single table import of the entity (flat - no tree)
NOTE: not generic - must have overrides for readForParent and readNewForParent
with foreign key not in json all records will be imported with
blank foreign key and seen as new records. We cannot copy these
as-is to the existing since all values may not be present */ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ImportTree (character, character)
|
|
|
|
ImportTree (JsonObject, character)
|
/* import of the entity in a tree (will )
NOTE: not generic - must have overrides for readForParent and readNewForParent
with foreign key not in json all records will be imported with
blank foreign key and seen as new records. We cannot copy these
as-is to the existing since all values may not be present
- This handles all cases import() handles (the only diference is that this would not
give error if root exists - seems unimportant)
*/ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ImportTree (JsonObject, character)
|
|
|
|
INTEGER IndexOf (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
InitFilter (character)
|
/**
sets Filter and LocalFilter from an external filter )
*/
|
|
|
|
InitParent (character, character)
|
/**
sets ParentSerializeName, ParentUrl, ParentValue, Filter and LocalFilter
uses TableHandle Parent
*/
|
|
|
|
InitParent (character, character[])
|
/**
sets ParentSerializeName, ParentUrl, ParentValues, Filter and LocalFilter
uses TableHandle Parent
*/
|
|
|
|
InitParent (IRow)
|
/* allow override for cases that need more info than keyfields
sets ParentSerializeName, ParentUrl, ParentValue or ParentValues, Filter and LocalFilter
uses TableHandle Parent
*/
|
|
|
|
InitParentFilter (IRow)
|
|
|
|
|
InitRequest (IRequestInfo)
|
/** init filter from the passed request if necessary
(batch criteria is handled in getRequest() */
|
|
|
|
LOGICAL InvokeInParent (character, character)
|
/* converts a single key operation to multiple key call based on KeyFields and
the filter parentjoin */
|
|
|
|
Progress.Json.ObjectModel.JsonObject JSONRow (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
MergeChanges (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
MergeChanges (ISaveRequest)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
NewContext (IDataAdminModel)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OnRowCreated ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
OnRowDeleted ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL OpenQuery ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL PositionToRow (integer)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL Prepare ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
ReadChild (IRow, JSONObject)
|
/*
method public override void ImportTree(pcfile as char).
Parent:ImportTree(pcfile).
end method.
*/ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ReadChild (IRow, JSONObject)
|
|
|
|
Progress.Json.ObjectModel.JsonObject ReadJsonRoot (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
RefreshRow (character, character[])
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL Remove (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
RemoveQueryBuffers (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
RemoveUpdateBuffer (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
Reopen ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL ResetQuery ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
RowCreated ()
|
/*** protected methods ****************************************/ Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:RowCreated ()
|
|
|
|
RowDeleted ()
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:RowDeleted ()
|
|
|
|
SaveCollection (IDataAdminCollection)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
SaveRow (IDataAdminElement)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
SearchRequest (IRequestInfo, character, character[], IDataAdminContext)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:SearchRequest (IRequestInfo, character, character[], IDataAdminContext)
|
|
|
|
INTEGER Serialize (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL SetPosition (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
LOGICAL SetPosition (character[])
|
/* set position as returned from GetPosition */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
LOGICAL SetPosition (rowid[])
|
/* set position as returned from GetPosition */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
LOGICAL SetProperty (rowid, character, character)
|
/** set a property
@param rowid the rowid of the tt
@param name property name
@param value value
*/ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
HANDLE SingleExtent (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
LOGICAL SynchWithModel ()
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
LOGICAL SynchWithModel (IDataAdminModel)
|
/** position the query to the row corresponding to the passed model
The Model must define the same table as the first table in the query */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
TableRefreshed (ITableResponse)
|
/** TableRefreshed
**/
|
|
|
|
TableRefreshed (ITableResponse)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
TransferMatchingRequests (IRequestInfo, IFetchRequest)
|
/* cannot use Model - need BaseQuery here */ Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
TransferMatchingRequests (IRequestInfo[], IFetchRequest)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER TransformQuery (character)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
CHARACTER TrimQuery (character)
|
/* remove for or preselect from query - duplicated in DataAdminContext - belongs in utility */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery
|
|
|
|
UpdateParentKey ()
|
/*
/* qualify columns for QueryString parsing */
method public override character ColumnSource(pcColumn as char):
/* define variable cntxt as IDataAdminContext no-undo.*/
/* define variable cCollection as character no-undo. */
/* define variable cColumn as character no-undo. */
/* */
/*
@TODO inner join of parent
if num-entries(pcColumn,".") > 1 then
do:
ccollection = entry(1,pccolumn,".").
cntxt = Parent:GetChild(ccollection).
ccolumn = entry(2,pccolumn,".").
return cntxt:ColumnSource(ccolumn).
end.
*/
return super:ColumnSource(pccolumn).
end method.
*/
|
|
|
|
ValidateChanges (handle)
|
Overrides OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext:ValidateChanges (handle)
|
|
|
|
ValidateDeletes (handle, handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|
|
|
|
ValidateQueryChanges (handle)
|
Inherited from OpenEdge.DataAdmin.Binding.Query.AbstractFilteredContext
|