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

Class TimeZonesTableScan

src/jrd/TimeZone.h:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46class TimeZonesTableScan final : public VirtualTableScan
47{
48public:
49 TimeZonesTableScan(CompilerScratch* csb, const Firebird::string& alias, StreamType stream, jrd_rel* relation);
50
51protected:
52 const Format* getFormat(thread_db* tdbb, jrd_rel* relation) const override;
53 bool retrieveRecord(thread_db* tdbb, jrd_rel* relation, FB_UINT64 position, Record* record) const override;
54};
55
56
57class TimeZonePackage : public SystemPackage

Callers 1

generateRetrievalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected