|
| 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 |
|
CHARACTER ColumnValue (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CreateQuery () |
||||||||||||||||
CHARACTER CurrentQuery ()
|
||||||||||||||||
CHARACTER DefaultQuery ()
|
||||||||||||||||
CHARACTER GetCurrentRowKey ()
|
||||||||||||||||
CHARACTER GetPosition ()
|
||||||||||||||||
LOGICAL Prepare ()
|
||||||||||||||||
LOGICAL ResetQuery ()
|
||||||||||||||||
LOGICAL SetPosition (character)
|
||||||||||||||||
LOGICAL SetPosition (character[])
|
||||||||||||||||
LOGICAL SetPosition (rowid[])
|
||||||||||||||||
DBQuery (character, character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DBQuery (character, character, character)
|
||||||||||||||||||||
CHARACTER BaseQuery
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER KeyFields
|
||||||||
CHARACTER PhysicalTables
|
||||||||
HANDLE QueryHandle
|
||||||||
CHARACTER Tables
|
||||||||
LOGICAL UseRowid
|
||||||||