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

Method retrieveRecord

src/jrd/DbCreators.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool DbCreatorsScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,
261 FB_UINT64 position, Record* record) const
262{
263 jrd_tra* const transaction = tdbb->getTransaction();
264 return transaction->getDbCreatorsList()->getList(tdbb, relation)->fetch(position, record);
265}
266
267DbCreatorsList::DbCreatorsList(jrd_tra* tra)
268 : SnapshotData(*tra->tra_pool)

Callers

nothing calls this directly

Calls 4

getDbCreatorsListMethod · 0.80
getTransactionMethod · 0.45
fetchMethod · 0.45
getListMethod · 0.45

Tested by

no test coverage detected