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

Class scope

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

Source from the content-addressed store, hash-verified

231 string constraint;
232 shared_ptr<bool_expr> search;
233 upsert_stmt(prod *p, struct scope *s, table *v = 0);
234 virtual void out(std::ostream &out) {
235 insert_stmt::out(out);
236 out << " on conflict on constraint " << constraint << " do update ";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected