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

Function handleToITransaction

src/yvalve/why.cpp:1568–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1566
1567
1568Firebird::ITransaction* handleToITransaction(CheckStatusWrapper* status, isc_tr_handle* handle)
1569{
1570 try
1571 {
1572 RefPtr<YTransaction> transaction(translateHandle(transactions, handle));
1573 transaction->addRef();
1574 return transaction;
1575 }
1576 catch (const Exception& e)
1577 {
1578 e.stuffException(status);
1579 }
1580
1581 return NULL;
1582}
1583
1584
1585//-------------------------------------

Callers 4

API_ROUTINE BLOB_displayFunction · 0.85
any_text_dumpFunction · 0.85
API_ROUTINE BLOB_editFunction · 0.85
any_text_loadFunction · 0.85

Calls 3

translateHandleFunction · 0.85
addRefMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected