| 1666 | } |
| 1667 | |
| 1668 | bool GlobalMappingScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation, |
| 1669 | FB_UINT64 position, Record* record) const |
| 1670 | { |
| 1671 | jrd_tra* const transaction = tdbb->getTransaction(); |
| 1672 | return transaction->getMappingList()->getList(tdbb, relation)->fetch(position, record); |
| 1673 | } |
| 1674 | |
| 1675 | MappingList::MappingList(jrd_tra* tra) |
| 1676 | : SnapshotData(*tra->tra_pool) |
nothing calls this directly
no test coverage detected