MCPcopy Create free account
hub / github.com/chris2511/xca / rollback

Method rollback

lib/sql.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool DbTransaction::rollback(const char *file, int line)
102{
103 error++;
104 return finish("Rollback", file, line);
105}
106
107bool DbTransaction::done(QSqlError e, const char *file, int line)
108{

Callers 1

finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected