Support the usage of bind variables in SQL statements.
If an options 'Bind Variables enabled' is set and the statement(s) contains placeholders like ?/
name/
the plugin will ask for values of those placeholder before executing the statement.
Example:
Statement: select * from table where name=?/name/
If the user clicks on execute the plugin will ask for the value of the variable 'name'.