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

Method join

src/yvalve/why.cpp:5493–5507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5491}
5492
5493ITransaction* YTransaction::join(CheckStatusWrapper* status, ITransaction* transaction)
5494{
5495 try
5496 {
5497 YEntry<YTransaction> entry(status, this);
5498
5499 return DtcInterfacePtr()->join(status, this, transaction);
5500 }
5501 catch (const Exception& ex)
5502 {
5503 ex.stuffException(status);
5504 }
5505
5506 return NULL;
5507}
5508
5509ITransaction* YTransaction::validate(CheckStatusWrapper* status, IAttachment* testAtt)
5510{

Callers

nothing calls this directly

Calls 2

DtcInterfacePtrClass · 0.85
stuffExceptionMethod · 0.45

Tested by

no test coverage detected