mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 02:06:02 -04:00
commit
10ceb2f0f6
@ -76,6 +76,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
void reset();
|
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,
|
// Bind a value to a parameter of the SQL statement,
|
||||||
// in the form "?" (unnamed), "?NNN", ":VVV", "@VVV" or "$VVV".
|
// in the form "?" (unnamed), "?NNN", ":VVV", "@VVV" or "$VVV".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user