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

Function handleToIAttachment

src/yvalve/why.cpp:1551–1565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549
1550
1551Firebird::IAttachment* handleToIAttachment(CheckStatusWrapper* status, isc_db_handle* handle)
1552{
1553 try
1554 {
1555 RefPtr<YAttachment> attachment(translateHandle(attachments, handle));
1556 attachment->addRef();
1557 return attachment;
1558 }
1559 catch (const Exception& e)
1560 {
1561 e.stuffException(status);
1562 }
1563
1564 return NULL;
1565}
1566
1567
1568Firebird::ITransaction* handleToITransaction(CheckStatusWrapper* status, isc_tr_handle* handle)

Callers 5

API_ROUTINE isc_versionFunction · 0.85
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