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

Method exceptionHandler

src/jrd/cch.cpp:3159–3164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3157
3158
3159void BufferControl::exceptionHandler(const Firebird::Exception& ex, BcbThreadSync::ThreadRoutine*)
3160{
3161 FbLocalStatus status_vector;
3162 ex.stuffException(&status_vector);
3163 iscDbLogStatus(bcb_database->dbb_filename.c_str(), &status_vector);
3164}
3165
3166
3167static void cacheBuffer(Attachment* att, BufferDesc* bdb)

Callers 2

cache_writerMethod · 0.45
internalRunMethod · 0.45

Calls 3

iscDbLogStatusFunction · 0.85
stuffExceptionMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected