Merge pull request #25 from saaqibz/patch-2

clearBinding
This commit is contained in:
Sébastien Rombauts 2014-09-17 22:13:49 +02:00
commit 10ceb2f0f6

View File

@ -75,6 +75,11 @@ public:
* @brief Reset the statement to make it ready for a new execution.
*/
void reset();
/**
* @brief Clears away all the bindings of a prepared statement.
*/
void clearBindings(void); // throw(SQLite::Exception)
////////////////////////////////////////////////////////////////////////////
// Bind a value to a parameter of the SQL statement,