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

Class scope

grammar.hh:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192struct delete_returning : delete_stmt {
193 shared_ptr<struct select_list> select_list;
194 delete_returning(prod *p, struct scope *s, table *victim = 0);
195 virtual void out(std::ostream &out) {
196 delete_stmt::out(out);
197 out << std::endl << "returning " << *select_list;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected