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

Method close

src/yvalve/why.cpp:4260–4272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4258}
4259
4260void YBlob::close(CheckStatusWrapper* status)
4261{
4262 try
4263 {
4264 YEntry<YBlob> entry(status, this, CHECK_WARN_ZERO_HANDLE);
4265
4266 done(status, entry, this, [&]{entry.next()->close(status);}, [&]{entry.next()->deprecatedClose(status);});
4267 }
4268 catch (const Exception& e)
4269 {
4270 e.stuffException(status);
4271 }
4272}
4273
4274void YBlob::deprecatedClose(CheckStatusWrapper* status)
4275{

Callers 5

loadFunction · 0.45
dumpFunction · 0.45
closeCursorMethod · 0.45
openCursorMethod · 0.45

Calls 4

doneFunction · 0.70
nextMethod · 0.45
deprecatedCloseMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected