MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / transaction

Method transaction

sources/db/SQLite.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool SqlDatabase::transaction()
115{
116 return sqlite3_exec(_handle, "BEGIN TRANSACTION;", NULL, NULL, NULL) == SQLITE_OK;
117}
118
119bool SqlDatabase::commit()
120{

Callers 3

aFunction · 0.80
updateRecordMethod · 0.80
restoreBackupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected