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

Method prepare_stmt

grammar.hh:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 out << "prepare prep" << id << " as " << q;
159 }
160 prepare_stmt(prod *p) : prod(p), q(p, scope) {
161 id = seq++;
162 }
163 virtual void accept(prod_visitor *v) {
164 v->visit(this);
165 q.accept(v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected