MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Exec

Method Exec

src/wallet/sqlite.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395int SQliteExecHandler::Exec(SQLiteDatabase& database, const std::string& statement)
396{
397 return sqlite3_exec(database.m_db, statement.data(), nullptr, nullptr, nullptr);
398}
399
400std::unique_ptr<DatabaseBatch> SQLiteDatabase::MakeBatch()
401{

Callers 3

TxnBeginMethod · 0.45
TxnCommitMethod · 0.45
TxnAbortMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected