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

Method ident

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

Source from the content-addressed store, hash-verified

73 is_insertable(insertable),
74 is_base_table(base_table) { }
75 virtual string ident() { return schema + "." + name; }
76 virtual ~table() { };
77};
78

Callers 4

outMethod · 0.45
simple_join_condMethod · 0.45
column_referenceMethod · 0.45
outMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected