mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
clearBinding
added clearBinding function
This commit is contained in:
parent
ba578196ad
commit
45379f9325
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user