Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ exec
Method
exec
src/database/WizIndexBase.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
int WizIndexBase::exec(const CString& strSQL)
97
{
98
return m_db.execDML(strSQL);
99
}
100
101
bool WizIndexBase::hasRecord(const CString& strSQL)
102
{
Callers
2
initBizCert
Method · 0.45
QueryCertPassword
Method · 0.45
Calls
1
execDML
Method · 0.80
Tested by
no test coverage detected