MCPcopy Create free account
hub / github.com/anse1/sqlsmith / named_relation

Class named_relation

relmodel.hh:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51struct named_relation : relation {
52 string name;
53 virtual string ident() { return name; }
54 virtual ~named_relation() { }
55 named_relation(string n) : name(n) { }
56};
57
58struct aliased_relation : named_relation {
59 relation *rel;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected