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

Method close

src/remote/client/interface.cpp:1465–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463
1464
1465void Blob::close(CheckStatusWrapper* status)
1466{
1467 internalClose(status);
1468 if (status->isEmpty())
1469 release();
1470}
1471
1472
1473void Blob::deprecatedClose(CheckStatusWrapper* status)

Callers 5

end_blobMethod · 0.45
end_statementMethod · 0.45
replicateMethod · 0.45
sendInlineBlobMethod · 0.45
shutdownMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected