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

Class scope

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

Source from the content-addressed store, hash-verified

206struct insert_stmt : modifying_stmt {
207 vector<shared_ptr<value_expr> > value_exprs;
208 insert_stmt(prod *p, struct scope *s, table *victim = 0);
209 virtual ~insert_stmt() { }
210 virtual void out(std::ostream &out);
211 virtual void accept(prod_visitor *v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected