|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER ColumnValue (character) |
|
|||||
|
|
CreateQuery () |
|
|||||
|
|
CHARACTER CurrentQuery () |
Return the current query for query manipulation and prepare.
returns the default if not yet prepared.
------------------------------------------------------------------------------*/ |
|||||
|
|
CHARACTER DefaultQuery () |
Return the BaseQuery or build a default query.
------------------------------------------------------------------------------*/ |
|||||
|
|
CHARACTER GetCurrentRowKey () |
|
|||||
|
|
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 */ |
|||||
|
|
LOGICAL Prepare () |
|
|||||
|
|
LOGICAL ResetQuery () |
|
|||||
|
|
LOGICAL SetPosition (character) |
|
|||||
|
|
LOGICAL SetPosition (character[]) |
/* set position as returned from GetPosition */ |
|||||
|
|
LOGICAL SetPosition (rowid[]) |
/* set position as returned from GetPosition */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
DBQuery (character, character) |
|
|||||
|
|
DBQuery (character, character, character) |
/* We operate on Tables, but have it as optional parameter ! */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER BaseQuery |
|
|||||
|
|
CHARACTER KeyFields |
|
|||||
|
|
CHARACTER PhysicalTables |
|
|||||
|
|
HANDLE QueryHandle |
|
|||||
|
|
CHARACTER Tables |
|
|||||
|
|
LOGICAL UseRowid |
|
|
Top
PUBLIC CHARACTER ColumnValue (character)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CreateQuery ()
|
||||||||||||||||||
PROTECTED CHARACTER CurrentQuery ()
|
||||||||||||||||||
PUBLIC CHARACTER DefaultQuery ()
|
||||||||||||||||||
PUBLIC CHARACTER GetCurrentRowKey ()
|
||||||||||||||||||
PUBLIC CHARACTER GetPosition ()
|
||||||||||||||||||
PROTECTED LOGICAL Prepare ()
|
||||||||||||||||||
PROTECTED LOGICAL ResetQuery ()
|
||||||||||||||||||
PUBLIC LOGICAL SetPosition (character)
|
||||||||||||||||||
PUBLIC LOGICAL SetPosition (character[])
|
||||||||||||||||||
PUBLIC LOGICAL SetPosition (rowid[])
|
||||||||||||||||||
PUBLIC DBQuery (character, character)
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DBQuery (character, character, character)
|
|||||||||||||||||||||||
PUBLIC CHARACTER BaseQuery
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER KeyFields
|
|||||||||
PUBLIC CHARACTER PhysicalTables
|
|||||||||
PROTECTED HANDLE QueryHandle
|
|||||||||
PUBLIC CHARACTER Tables
|
|||||||||
PUBLIC LOGICAL UseRowid
|
|||||||||
Progress® OpenEdge® Release 12.2.0