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

Class scope

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

Source from the content-addressed store, hash-verified

270struct when_clause_update : when_clause {
271 shared_ptr<struct set_list> set_list;
272 struct scope myscope;
273 when_clause_update(struct merge_stmt *p);
274 virtual ~when_clause_update() { }
275 virtual void out(std::ostream &out);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected