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

Method getEngineAttachment

src/jrd/ExtEngineManager.cpp:1776–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1774
1775
1776ExtEngineManager::EngineAttachmentInfo* ExtEngineManager::getEngineAttachment(
1777 thread_db* tdbb, const MetaName& name)
1778{
1779 IExternalEngine* engine = getEngine(tdbb, name);
1780 return getEngineAttachment(tdbb, engine);
1781}
1782
1783
1784ExtEngineManager::EngineAttachmentInfo* ExtEngineManager::getEngineAttachment(

Callers 2

executeMethod · 0.80
ResultSetMethod · 0.80

Calls 9

ExternalContextImplClass · 0.85
checkoutTypeFunction · 0.85
getAttachmentMethod · 0.45
getMethod · 0.45
releaseMethod · 0.45
putMethod · 0.45
openAttachmentMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected