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

Class MonitoringTableScan

src/jrd/Monitoring.h:358–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357
358class MonitoringTableScan: public VirtualTableScan
359{
360public:
361 MonitoringTableScan(CompilerScratch* csb, const Firebird::string& alias,
362 StreamType stream, jrd_rel* relation)
363 : VirtualTableScan(csb, alias, stream, relation)
364 {}
365
366protected:
367 const Format* getFormat(thread_db* tdbb, jrd_rel* relation) const override;
368 bool retrieveRecord(thread_db* tdbb, jrd_rel* relation, FB_UINT64 position,
369 Record* record) const override;
370};
371
372
373class MonitoringSnapshot : public SnapshotData

Callers 1

generateRetrievalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected