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

Method insertBlob

src/database/cppsqlite3.cpp:945–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945int CppSQLite3DB::insertBlob(const CString& szSQL, const unsigned char *data, int dataLength)
946{
947 CppSQLite3Statement statement = compileStatement(szSQL);
948
949 statement.bind(1, data, dataLength);
950
951 return statement.execDML();
952}
953
954////////////////////////////////////////////////////////////////////////////////////////////////////
955

Callers 1

updateAbstractMethod · 0.80

Calls 2

bindMethod · 0.80
execDMLMethod · 0.80

Tested by

no test coverage detected