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

Class KeywordsTable

src/jrd/KeywordsTable.h:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34
35class KeywordsTable : public SnapshotData
36{
37public:
38 KeywordsTable(MemoryPool& pool)
39 : SnapshotData(pool)
40 {
41 }
42
43public:
44 RecordBuffer* getRecords(thread_db* tdbb, jrd_rel* relation);
45};
46
47
48class KeywordsTableScan final : public VirtualTableScan

Callers 1

getRecordsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected