Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
790
void CppSQLite3DB::close()
791
{
792
if (mpDB)
793
{
794
sqlite3_close(mpDB);
795
mpDB = 0;
796
}
797
}
798
799
800
CppSQLite3Statement CppSQLite3DB::compileStatement(const CString& szSQL)
Callers
6
loadFileData
Method · 0.45
loadCompressedAttachmentData
Method · 0.45
saveCompressedAttachmentData
Method · 0.45
repair
Method · 0.45
closeThumb
Method · 0.45
updateAbstract
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected