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

Method commit

src/remote/client/interface.cpp:1627–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1625
1626
1627void Transaction::commit(CheckStatusWrapper* status)
1628{
1629 internalCommit(status);
1630 if (status->isEmpty())
1631 release();
1632}
1633
1634
1635void Transaction::deprecatedCommit(CheckStatusWrapper* status)

Callers 1

end_transactionMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected