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

Method update_stmt

grammar.cc:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433update_stmt::update_stmt(prod *p, struct scope *s, table *v)
434 : modifying_stmt(p, s, v) {
435 scope->refs.push_back(victim);
436 search = bool_expr::factory(this);
437 set_list = make_shared<struct set_list>(this, victim);
438}
439
440void update_stmt::out(std::ostream &out)
441{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected