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

Method getTransaction

src/jrd/ExtEngineManager.cpp:694–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694Firebird::ITransaction* ExtEngineManager::ExternalContextImpl::getTransaction(
695 CheckStatusWrapper* /*status*/)
696{
697 externalTransaction->addRef();
698 return externalTransaction;
699}
700
701const char* ExtEngineManager::ExternalContextImpl::getUserName()
702{

Callers 2

ContextManagerMethod · 0.45
setTransactionMethod · 0.45

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected