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

Method ident

relmodel.hh:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 assert(data_type);
136 }
137 virtual string ident() {
138 if (schema.size())
139 return schema + "." + name;
140 else
141 return name;
142 }
143};
144
145#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected