MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~when_clause

Method ~when_clause

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

Source from the content-addressed store, hash-verified

262// shared_ptr<prod> merge_action;
263 when_clause(struct merge_stmt *p);
264 virtual ~when_clause() { }
265 static shared_ptr<when_clause> factory(struct merge_stmt *p);
266 virtual void out(std::ostream &out);
267 virtual void accept(prod_visitor *v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected