MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~SecDbContext

Method ~SecDbContext

src/jrd/tra.cpp:4340–4354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4338{ }
4339
4340SecDbContext::~SecDbContext()
4341{
4342 LocalStatus ls;
4343 CheckStatusWrapper st(&ls);
4344 if (tra)
4345 {
4346 tra->rollback(&st);
4347 tra = NULL;
4348 }
4349 if (att)
4350 {
4351 att->detach(&st);
4352 att = NULL;
4353 }
4354}
4355
4356SecDbContext* jrd_tra::getSecDbContext()
4357{

Callers

nothing calls this directly

Calls 2

rollbackMethod · 0.45
detachMethod · 0.45

Tested by

no test coverage detected