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

Method detach

src/jrd/jrd.cpp:3314–3319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3312
3313
3314void JAttachment::detach(CheckStatusWrapper* user_status)
3315{
3316 internalDetach(user_status);
3317 if (user_status->isEmpty())
3318 release();
3319}
3320
3321
3322void JAttachment::freeEngineData(CheckStatusWrapper* user_status, bool forceFree)

Callers 15

static_pointer_castFunction · 0.45
const_pointer_castFunction · 0.45
dynamic_pointer_castFunction · 0.45
joinMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
asyncFunction · 0.45
launch_continuationMethod · 0.45
launch_continuationMethod · 0.45
initFunction · 0.45
initMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected