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

Method retrieveRecord

src/jrd/TimeZone.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73bool TimeZonesTableScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,
74 FB_UINT64 position, Record* record) const
75{
76 return tdbb->getTransaction()->getTimeZoneSnapshot(tdbb)->getData(relation)->fetch(position, record);
77}
78
79
80//--------------------------------------

Callers

nothing calls this directly

Calls 4

getTimeZoneSnapshotMethod · 0.80
fetchMethod · 0.45
getDataMethod · 0.45
getTransactionMethod · 0.45

Tested by

no test coverage detected