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

Class scope

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

Source from the content-addressed store, hash-verified

298struct update_returning : update_stmt {
299 shared_ptr<struct select_list> select_list;
300 update_returning(prod *p, struct scope *s, table *victim = 0);
301 virtual void out(std::ostream &out) {
302 update_stmt::out(out);
303 out << std::endl << "returning " << *select_list;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected