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

Method fetch

src/jrd/recsrc/Cursor.cpp:178–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool SubQuery::fetch(thread_db* tdbb) const
179{
180 if (!validate(tdbb))
181 return false;
182
183 ProfilerSelectStopWatcher profilerSelectStopWatcher(tdbb, this,
184 ProfilerManager::RecordSourceStopWatcher::Event::GET_RECORD);
185
186 return m_root->getRecord(tdbb);
187}
188
189
190// ---------------------

Callers 3

internalGetRecordMethod · 0.45
internalGetRecordMethod · 0.45
internalGetRecordMethod · 0.45

Calls 2

validateFunction · 0.70
getRecordMethod · 0.45

Tested by

no test coverage detected