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

Method exec

sources/db/SQLite.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool SqlQuery::exec()
214{
215 _stepResult = sqlite3_step(_prepared);
216 return _stepResult == SQLITE_DONE || _stepResult == SQLITE_ROW;
217}
218
219bool SqlQuery::exec(QString query)
220{

Callers 15

hexToRgbFunction · 0.80
jsoneditor.min.jsFile · 0.80
oFunction · 0.80
sFunction · 0.80
marked.min.jsFile · 0.80
seFunction · 0.80
jquery.min.jsFile · 0.80
xeFunction · 0.80
YeFunction · 0.80
mainFunction · 0.80
tryOpenMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected