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

Method addDouble

sources/db/SQLite.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool SqlQuery::addDouble(double x)
240{
241 auto result = sqlite3_bind_double(_prepared, _paramIndex++, x);
242 return result == SQLITE_OK;
243}
244
245bool SqlQuery::addBlob(QByteArray ar)
246{

Callers 1

doAddBindValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected