SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ Reset()

void sqt::Statement::Reset ( )

Resets the statement to its initial state, ready to be re-executed.

Exceptions
sqt::SQLErrorThrown if fails to reset the statement.

Reseting the statement doesn't clear the parameter bindings, use ClearBindings to clear the bindings.

See also
sqt::Statement::ClearBindings()