MCPcopy 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
96int WizIndexBase::exec(const CString& strSQL)
97{
98 return m_db.execDML(strSQL);
99}
100
101bool WizIndexBase::hasRecord(const CString& strSQL)
102{

Callers 2

initBizCertMethod · 0.45
QueryCertPasswordMethod · 0.45

Calls 1

execDMLMethod · 0.80

Tested by

no test coverage detected