| void sqt::Statement::Reset | ( | ) |
Resets the statement to its initial state, ready to be re-executed.
| sqt::SQLError | Thrown if fails to reset the statement. |
Reseting the statement doesn't clear the parameter bindings, use ClearBindings to clear the bindings.