MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / addInt

Method addInt

sources/db/SQLite.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232
233bool SqlQuery::addInt(int x)
234{
235 auto result = sqlite3_bind_int(_prepared, _paramIndex++, x);
236 return result == SQLITE_OK;
237}
238
239bool SqlQuery::addDouble(double x)
240{

Callers 1

doAddBindValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected