MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~ResultSet

Method ~ResultSet

src/jrd/ExtEngineManager.cpp:847–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845
846
847ExtEngineManager::ResultSet::~ResultSet()
848{
849 if (resultSet)
850 {
851 EngineCheckout cout(JRD_get_thread_data(), FB_FUNCTION, checkoutType(attInfo->engine));
852 resultSet->dispose();
853 }
854}
855
856
857bool ExtEngineManager::ResultSet::fetch(thread_db* tdbb)

Callers

nothing calls this directly

Calls 3

JRD_get_thread_dataFunction · 0.85
checkoutTypeFunction · 0.85
disposeMethod · 0.45

Tested by

no test coverage detected