MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / rollback

Method rollback

src/remote/client/interface.cpp:6811–6816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6809
6810
6811void Transaction::rollback(CheckStatusWrapper* status)
6812{
6813 internalRollback(status);
6814 if (status->isEmpty())
6815 release();
6816}
6817
6818
6819void Transaction::deprecatedRollback(CheckStatusWrapper* status)

Callers 3

disconnectMethod · 0.45
end_transactionMethod · 0.45
start_transactionMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected