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

Method getFormat

src/jrd/TimeZone.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64const Format* TimeZonesTableScan::getFormat(thread_db* tdbb, jrd_rel* relation) const
65{
66 return tdbb->getTransaction()->getTimeZoneSnapshot(tdbb)->getData(relation)->getFormat();
67}
68
69
70//--------------------------------------

Callers

nothing calls this directly

Calls 3

getTimeZoneSnapshotMethod · 0.80
getDataMethod · 0.45
getTransactionMethod · 0.45

Tested by

no test coverage detected