| 62 | } |
| 63 | |
| 64 | const Format* TimeZonesTableScan::getFormat(thread_db* tdbb, jrd_rel* relation) const |
| 65 | { |
| 66 | return tdbb->getTransaction()->getTimeZoneSnapshot(tdbb)->getData(relation)->getFormat(); |
| 67 | } |
| 68 | |
| 69 | |
| 70 | //-------------------------------------- |
nothing calls this directly
no test coverage detected