Help - Database Vendor Settings | ||
---|---|---|
Config:/Query/Database/Vendor/*/
Setting | Explanation | Default / | Example Data | Type Access | R,W,A,D Logon
|
The name of the C, Rexx or Perl function to call to perform a logon
to the database server.
|
| Hook | R,W
| Logoff
|
The name of the C, Rexx or Perl function to call to perform a logoff
from the database server.
|
| Hook | R,W
| Query
|
The name of the C, Rexx or Perl function to call to execute a query
on the database server.
|
| Hook | R,W
| Columns
|
The name of the C, Rexx or Perl function to call to analyse the returned
columns from a query on the database server.
|
| Hook | R,W
| NextResult
|
The name of the C, Rexx or Perl function to call to retrieve the next
result set of a query. Not all DBMS software supports multiple result sets.
|
| Hook | R,W
| NextRow
|
The name of the C, Rexx or Perl function to call to retrieve the next row
of the current result set of the current query on the database server.
|
| Hook | R,W
| EndQuery
|
The name of the C, Rexx or Perl function to call to perform resource
cleanup after the execution of a query on the database server.
|
| Hook | R,W
| DictDatabases
|
The name of the C, Rexx or Perl function to call to perform a data
dictionary query to retrieve Database names from a database server.
|
| Hook | R,W
| DictTables
|
The name of the C, Rexx or Perl function to call to perform a data
dictionary query to retrieve Table names from a database server.
|
| Hook | R,W
| DictColumns
|
The name of the C, Rexx or Perl function to call to perform a data
dictionary query to retrieve Column names from a database server.
|
| Hook | R,W
| DictKeys
|
The name of the C, Rexx or Perl function to call to perform a data
dictionary query to retrieve key fields from a database server.
|
| Hook | R,W
| DictForeignKeys
|
The name of the C, Rexx or Perl function to call to perform a data
dictionary query to retrieve foreign key fields from a database server.
|
| Hook | R,W
| |
---|