| 71 | |
| 72 | |
| 73 | bool 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 | //-------------------------------------- |
nothing calls this directly
no test coverage detected