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

Method rollback

src/jrd/jrd.cpp:4124–4129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4122
4123
4124void JTransaction::rollback(CheckStatusWrapper* user_status)
4125{
4126 internalRollback(user_status);
4127 if (user_status->isEmpty())
4128 release();
4129}
4130
4131
4132void JTransaction::deprecatedRollback(CheckStatusWrapper* user_status)

Callers 7

close_out_transactionFunction · 0.45
freeItemMethod · 0.45
rollbackSavepointMethod · 0.45
~SecDbContextMethod · 0.45
populateMethod · 0.45
getListMethod · 0.45
~UserManagementMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected