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

Class scope

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

Source from the content-addressed store, hash-verified

248 shared_ptr<bool_expr> search;
249 shared_ptr<struct set_list> set_list;
250 update_stmt(prod *p, struct scope *s, table *victim = 0);
251 virtual ~update_stmt() { }
252 virtual void out(std::ostream &out);
253 virtual void accept(prod_visitor *v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected