Optionalparameters: IDropTemporaryTableQueryInputProtected_parameters that was passed into the constructor.
parameters that will be used when this query is ran.
Override to augment/manipulate the returned result set.
The connection object used for this query execution. Useful if further queries are required.
Overridable to execute statements after the main query. Can be used to clean up session variables or temporary tables, etc
Unlike onPostProcess, this hook does not provide the result set, and will be invoked even if the main query produces an error.
Overridable to execute statements before the main query. Can be used to set session variables or create temporary tables, etc.
Query implementations may override this API to augment the parameters.