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

Method detach

src/remote/client/interface.cpp:2264–2269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262
2263
2264void Attachment::detach(CheckStatusWrapper* status)
2265{
2266 internalDetach(status);
2267 if (status->isEmpty())
2268 release();
2269}
2270
2271
2272void Attachment::deprecatedDetach(CheckStatusWrapper* status)

Callers 5

SRVR_enum_attachmentsFunction · 0.45
disconnectMethod · 0.45
end_databaseMethod · 0.45
service_endMethod · 0.45
shutdownMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected