3.27.6. LogQueryParam Previous topic Parent topic Child topic Next topic

This optional parameter specifies a bind variable to be used with LogQuery. Special formatting characters %0 - %5 are not quoted when used with LogQueryParam.For more information, see Section 3.8.1. SQL bind variables.
Note
Many databases do not allow the table name to be defined as a bind variable. If you need %3 and want to use LogQueryParam, use something like this:
LogQuery insert into %3 (TIME_STAMP, PRIORITY_MESSAGE) values
(?, ?, ?)
LogQueryParam %t
LogQueryParam %0
LogQueryParam %2