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

Method releaseTransaction

src/jrd/ExtEngineManager.cpp:651–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651void ExtEngineManager::ExternalContextImpl::releaseTransaction()
652{
653 if (externalTransaction)
654 {
655 externalTransaction->release();
656 externalTransaction = NULL;
657 }
658
659 internalTransaction = NULL;
660}
661
662void ExtEngineManager::ExternalContextImpl::setTransaction(thread_db* tdbb)
663{

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected