allowDynamicSQL |
Specifies whether to allow an application
to run dynamically any SQL statements that are not captured in a pureQueryXML
file or that are captured but not bound. |
capturedOnly |
Specifies whether to run only the SQL statements
that are in the pureQueryXML file. |
captureMode |
Specifies whether to capture information
about SQL statements. |
enableDynamicSQLReplacement |
Specifies whether to run alternative
SQL statements that were added to a pureQueryXML file and both the
original statements and the alternative statements were not bound. |
executionMode |
Specifies whether to run statically the
SQL statements that have been previously captured and stored by pureQuery
Runtime. |
maxNonParmSQL |
Specifies the maximum number of non-parameterized
SQL statements to capture. This option applies only when the value
of captureMode is ON. When captureMode
is OFF, pureQuery ignores this parameter. |
propertiesGroupId |
Specifies a runtime group ID in a
repository that is created in a database. pureQuery Runtime uses the
runtime group ID and the connection information that specifies the
repository to retrieve pureQuery runtime configuration and pureQueryXML
file information. |
pureQueryXml |
Specifies the fully-qualified
or relative path to and name of a file that is to be created by the
process of capturing SQL statements or that already exists as a result
of that process. |
pureQueryXmlRepository |
Specifies the repository that contains
the pureQueryXML file data that is used with a CLI application enabled
with pureQuery client optimization. |
repositoryRequired |
Specifies the pureQuery client
optimization behavior if errors occur during retrieving pureQuery
data. If the pureQuery runtime properties and pureQueryXML data cannot
be retrieved from the location specified by the pureQueryXmlRepository property. |
sqlLiteralSubstitution |
Specifies whether to perform literal
substitution. pureQuery Runtime attempts to replace literal values
in SQL statements with parameter markers and run the parameterized
versions of the statements. |
traceFile |
Specifies the file to write the log into.
You can use an absolute path or a path that is relative to the directory
in which the pureQuery Log utility runs. |
traceLevel |
Specifies the level of detail to write
to the log file. |