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

◆ ClearBindings()

void sqt::Statement::ClearBindings ( )

Clears all parameter bindings in the statement.

Exceptions
sqt::SQLErrorThrown if fails to clear the bindings.

All parameters are set to null value after being cleared.