| 360 | |
| 361 | |
| 362 | delete_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 | |
| 368 | delete_returning::delete_returning(prod *p, struct scope *s, table *victim) |
| 369 | : delete_stmt(p, s, victim) { |
nothing calls this directly
no outgoing calls
no test coverage detected