MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / execSQL

Method execSQL

src/database/WizIndexBase.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool WizIndexBase::execSQL(const CString& strSQL)
82{
83 try {
84 m_db.execDML(strSQL);
85 return true;
86 } catch (const CppSQLite3Exception& e) {
87 return logSQLException(e, strSQL);
88 }
89}
90
91CppSQLite3Query WizIndexBase::Query(const CString& strSQL)
92{

Callers

nothing calls this directly

Calls 1

execDMLMethod · 0.80

Tested by

no test coverage detected