|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
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 ColumnValue (character) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CreateQuery () |
Overrides OpenEdge.DataAdmin.Binding.Query.DataAdminQuery:CreateQuery () |
|||||
|
|
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 |
|||||
|
|
CHARACTER DefaultQuery () |
Return the BaseQuery or build a default query.
------------------------------------------------------------------------------*/ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
DefineSource () |
/* hook for sub classes that uses empty constructor to postpone definitions
The implementation must define Tables, PhysicalTables.
BaseQuery or BaseQueryTemplate and BaseTableExpression should then typically
also be defined here, since they need to match the tables/physicaltables.
Undefined should be set to false since this may be checked in more than
one place
*/ |
|||||
|
|
DeleteQuery () |
/* delete the handles */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
HANDLE GetBufferHandles () |
Overrides OpenEdge.DataAdmin.Binding.Query.DataAdminQuery:GetBufferHandles () |
|||||
|
|
CHARACTER GetCurrentRowKey () |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
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 |
|||||
|
|
LOGICAL Prepare () |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
RemoveQueryBuffers (handle) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
LOGICAL ResetQuery () |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
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 |
|||||
|
|
HANDLE SingleExtent (handle) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER TrimQuery (character) |
/* remove for or preselect from query - duplicated in DataAdminContext - belongs in utility */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
DBQuery () |
/* empty constructor to allow definitions to be done later
(Added to support requests for lazy one-to-one relations )
- requires override of defineSource that sets table, physicaltable
and BaseQuery* property(ies) */ |
|||||
|
|
DBQuery (character) |
/* constructor to allow definitions to be done later
(Added to support requests for lazy one-to-one relations )
- requires override of defineSource that sets table, physicaltable
and BaseQuery* property(ies)
*/ |
|||||
|
|
DBQuery (character, character) |
|
|||||
|
|
DBQuery (character, character, character) |
|
|||||
|
|
DBQuery (character, character, character, handle) |
/* add temp source at end */ |
|||||
|
|
DBQuery (handle, character, character, character) |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER BaseQuery |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER BaseQueryTemplate |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER BaseTableExpression |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER KeyFields |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER PhysicalTables |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
HANDLE QueryHandle |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER QueryLock |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER QueryMode |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER Table |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER Tables |
Overrides OpenEdge.DataAdmin.Binding.Query.DataAdminQuery:Tables |
|||||
|
|
HANDLE TempSourceBuffer |
|
|||||
|
|
LOGICAL UseRowid |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|
Top
PROTECTED HANDLE CloneQuery (handle)
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ColumnValue (character)
|
||||||||||||||||||||||||||
PROTECTED CreateQuery ()
|
||||||||||||||||||||||||||
PROTECTED CHARACTER CurrentQuery ()
|
||||||||||||||||||||||||||
PUBLIC CHARACTER DefaultQuery ()
|
||||||||||||||||||||||||||
PROTECTED DefineSource ()
|
||||||||||||||||||||||||||
PROTECTED DeleteQuery ()
|
||||||||||||||||||||||||||
PROTECTED HANDLE GetBufferHandles ()
|
||||||||||||||||||||||||||
PUBLIC CHARACTER GetCurrentRowKey ()
|
||||||||||||||||||||||||||
PUBLIC CHARACTER GetPosition ()
|
||||||||||||||||||||||||||
PUBLIC LOGICAL Prepare ()
|
||||||||||||||||||||||||||
PROTECTED RemoveQueryBuffers (handle)
|
||||||||||||||||||||||||||
PROTECTED LOGICAL ResetQuery ()
|
||||||||||||||||||||||||||
PUBLIC LOGICAL SetPosition (character)
|
||||||||||||||||||||||||||
PUBLIC LOGICAL SetPosition (character[])
|
||||||||||||||||||||||||||
PUBLIC LOGICAL SetPosition (rowid[])
|
||||||||||||||||||||||||||
PROTECTED HANDLE SingleExtent (handle)
|
||||||||||||||||||||||||||
PROTECTED CHARACTER TrimQuery (character)
|
||||||||||||||||||||||||||
PUBLIC DBQuery ()
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DBQuery (character)
|
||||||||||||||||||||||||||||
PUBLIC DBQuery (character, character)
|
||||||||||||||||||||||||||||
PUBLIC DBQuery (character, character, character)
|
||||||||||||||||||||||||||||
PUBLIC DBQuery (character, character, character, handle)
|
||||||||||||||||||||||||||||
PUBLIC DBQuery (handle, character, character, character)
|
||||||||||||||||||||||||||||
Progress® OpenEdge® Release 12.2.0