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

Method exceptionHandler

src/jrd/vio.cpp:5554–5560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5552
5553
5554void Database::exceptionHandler(const Firebird::Exception& ex,
5555 ThreadFinishSync<Database*>::ThreadRoutine* /*routine*/)
5556{
5557 FbLocalStatus status_vector;
5558 ex.stuffException(&status_vector);
5559 iscDbLogStatus(dbb_filename.c_str(), &status_vector);
5560}
5561
5562
5563static UndoDataRet get_undo_data(thread_db* tdbb, jrd_tra* transaction,

Callers 1

garbage_collectorMethod · 0.45

Calls 3

iscDbLogStatusFunction · 0.85
stuffExceptionMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected