MCPcopy Create free account
hub / github.com/Nitrux/maui-shell / getQuery

Method getQuery

casklib/src/code/controllers/db.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141QSqlQuery DB::getQuery(const QString &queryTxt) const
142{
143 QSqlQuery query(queryTxt, this->m_db);
144 return query;
145}
146
147QSqlQuery DB::getQuery() const
148{

Callers 6

openDBMethod · 0.95
checkExistanceMethod · 0.95
updateMethod · 0.95
removeMethod · 0.95
countUpAppMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected