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

Method open

src/jrd/ExtEngineManager.cpp:814–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812
813
814ExtEngineManager::ResultSet* ExtEngineManager::Procedure::open(thread_db* tdbb,
815 UCHAR* inMsg, UCHAR* outMsg) const
816{
817 return FB_NEW_POOL(*tdbb->getDefaultPool()) ResultSet(tdbb, inMsg, outMsg, this);
818}
819
820
821//---------------------

Callers 3

executeMethod · 0.45
ResultSetMethod · 0.45
setupAdminCharSetMethod · 0.45

Calls 2

ResultSetClass · 0.70
getDefaultPoolMethod · 0.45

Tested by

no test coverage detected