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

Method close

src/database/cppsqlite3.cpp:790–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788
789
790void CppSQLite3DB::close()
791{
792 if (mpDB)
793 {
794 sqlite3_close(mpDB);
795 mpDB = 0;
796 }
797}
798
799
800CppSQLite3Statement CppSQLite3DB::compileStatement(const CString& szSQL)

Callers 6

loadFileDataMethod · 0.45
repairMethod · 0.45
closeThumbMethod · 0.45
updateAbstractMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected