* Bind an external variable:<br/><code>void bind(String name, String value, String type). The type can be an empty string.</code>
* {{Version|7.2:}} Bind the context item:<br/><code>void context(String value, String type). The type can be an empty string.</code>
* Execute the query and return the result:<br/><code>String execute()</code>