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

Method rollback

sources/db/SQLite.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool SqlDatabase::rollback()
125{
126 return sqlite3_exec(_handle, "ROLLBACK TRANSACTION;", NULL, NULL, NULL) == SQLITE_OK;
127}
128
129bool SqlDatabase::doesColumnExist(QString table, QString column)
130{

Callers 2

updateRecordMethod · 0.80
restoreBackupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected