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

Method disconnect

src/remote/client/interface.cpp:6845–6850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6843
6844
6845void Transaction::disconnect(CheckStatusWrapper* status)
6846{
6847 internalDisconnect(status);
6848 if (status->isEmpty())
6849 release();
6850}
6851
6852
6853void Transaction::deprecatedDisconnect(CheckStatusWrapper* status)

Callers 1

disconnectFunction · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected