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

Method getRecord

src/jrd/recsrc/RecordSource.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool RecordSource::getRecord(thread_db* tdbb) const
75{
76 ProfilerManager::RecordSourceStopWatcher profilerRecordSourceStopWatcher(tdbb, this,
77 ProfilerManager::RecordSourceStopWatcher::Event::GET_RECORD);
78
79 return internalGetRecord(tdbb);
80}
81
82string RecordSource::printName(thread_db* tdbb, const string& name, bool quote)
83{

Callers 15

internalGetRecordMethod · 0.45
fetchRecordMethod · 0.45
internalGetRecordMethod · 0.45
getNextRecordMethod · 0.45
internalGetRecordMethod · 0.45
internalGetRecordMethod · 0.45
processMethod · 0.45
internalGetRecordMethod · 0.45
locateMethod · 0.45
getCountMethod · 0.45
internalGetRecordMethod · 0.45
fetchRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected