Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
QSqlQuery DB::getQuery(const QString &queryTxt) const
142
{
143
QSqlQuery query(queryTxt, this->m_db);
144
return query;
145
}
146
147
QSqlQuery DB::getQuery() const
148
{
Callers
6
openDB
Method · 0.95
checkExistance
Method · 0.95
update
Method · 0.95
remove
Method · 0.95
countUpApp
Method · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected