Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ Query
Method
Query
src/database/WizIndexBase.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
CppSQLite3Query WizIndexBase::Query(const CString& strSQL)
92
{
93
return m_db.execQuery(strSQL);
94
}
95
96
int WizIndexBase::exec(const CString& strSQL)
97
{
Callers
nothing calls this directly
Calls
1
execQuery
Method · 0.80
Tested by
no test coverage detected