| void sqt::Executor< QUERIER >::Execute | ( | ) |
Executes the statement for the non-select querier.
| sqt::SQLError | Thrown if the execution fails. |
This method executes a non-select statement, such as an INSERT, UPDATE, or DELETE statement. The following methods can be used to retrieve the results of the execution:
To re-execute the same statement, call the Reset() method first and then call this method again.