3.18.1. SQL Bind Variables Previous topic Parent topic Child topic Next topic

All SessionDatabase SQL statements support SQL bind variables. For more information, see Section 3.8.1. SQL bind variables. An example of DeleteQuery with bind variables is:
DeleteQuery delete from RADONLINE where NASIDENTIFIER =? and NASPORT=?
DeleteQueryParam %1
DeleteQueryParam %2