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

Method join

src/jrd/jrd.cpp:2656–2670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2654
2655
2656ITransaction* JTransaction::join(CheckStatusWrapper* user_status, ITransaction* transaction)
2657{
2658 try
2659 {
2660 EngineContextHolder tdbb(user_status, this, FB_FUNCTION);
2661 check_database(tdbb);
2662
2663 return DtcInterfacePtr()->join(user_status, this, transaction);
2664 }
2665 catch (const Exception& ex)
2666 {
2667 ex.stuffException(user_status);
2668 }
2669 return NULL;
2670}
2671
2672JTransaction* JTransaction::validate(CheckStatusWrapper* user_status, IAttachment* testAtt)
2673{

Callers 10

shutdownMethod · 0.45
StatementMethod · 0.45
shutdownServicesMethod · 0.45
WindowedStreamMethod · 0.45
makeInversionMethod · 0.45
RiverMethod · 0.45
StreamStateHolderMethod · 0.45
compileMethod · 0.45
generateEquiJoinMethod · 0.45

Calls 3

check_databaseFunction · 0.85
DtcInterfacePtrClass · 0.85
stuffExceptionMethod · 0.45

Tested by

no test coverage detected