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

Method delete_stmt

grammar.cc:362–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360
361
362delete_stmt::delete_stmt(prod *p, struct scope *s, table *v)
363 : modifying_stmt(p,s,v) {
364 scope->refs.push_back(victim);
365 search = bool_expr::factory(this);
366}
367
368delete_returning::delete_returning(prod *p, struct scope *s, table *victim)
369 : delete_stmt(p, s, victim) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected