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

Method commit

src/jrd/jrd.cpp:2567–2572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2565
2566
2567void JTransaction::commit(CheckStatusWrapper* user_status)
2568{
2569 internalCommit(user_status);
2570 if (user_status->isEmpty())
2571 release();
2572}
2573
2574
2575void JTransaction::deprecatedCommit(CheckStatusWrapper* user_status)

Callers 8

close_out_transactionFunction · 0.45
freeItemMethod · 0.45
gsecFunction · 0.45
TRA_commitFunction · 0.45
flushMethod · 0.45
createMetadataMethod · 0.45
loadMetadataMethod · 0.45
SessionMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected