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

Method retrieveRecord

src/jrd/KeywordsTable.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool KeywordsTableScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,
88 FB_UINT64 position, Record* record) const
89{
90 const auto records = getRecords(tdbb, relation);
91 return records->fetch(position, record);
92}
93
94RecordBuffer* KeywordsTableScan::getRecords(thread_db* tdbb, jrd_rel* relation) const
95{

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected