MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / clearBindings

Method clearBindings

Source/3rdParty/sqlite/SQLiteCpp/Statement.cpp:72–76  ·  view source on GitHub ↗

Clears away all the bindings of a prepared statement (can be associated with #reset() above).

Source from the content-addressed store, hash-verified

70
71// Clears away all the bindings of a prepared statement (can be associated with #reset() above).
72void Statement::clearBindings()
73{
74 const int ret = sqlite3_clear_bindings(getPreparedStatement());
75 check(ret);
76}
77
78int Statement::getIndex(const char * const apName) const
79{

Callers 3

insertUnsafeMethod · 0.80
execUnsafeMethod · 0.80
DB_insertAsync01Function · 0.80

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected