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

Method named_relation

relmodel.hh:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 virtual string ident() { return name; }
54 virtual ~named_relation() { }
55 named_relation(string n) : name(n) { }
56};
57
58struct aliased_relation : named_relation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected