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

Class DbCreatorsScan

src/jrd/DbCreators.h:42–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 const Firebird::MetaString& sqlRole, const char* securityDb);
41
42class DbCreatorsScan: public VirtualTableScan
43{
44public:
45 DbCreatorsScan(CompilerScratch* csb, const Firebird::string& alias,
46 StreamType stream, jrd_rel* relation)
47 : VirtualTableScan(csb, alias, stream, relation)
48 {}
49
50protected:
51 const Format* getFormat(thread_db* tdbb, jrd_rel* relation) const override;
52 bool retrieveRecord(thread_db* tdbb, jrd_rel* relation, FB_UINT64 position,
53 Record* record) const override;
54};
55
56class DbCreatorsList : public SnapshotData
57{

Callers 1

generateRetrievalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected