| 366 | } |
| 367 | |
| 368 | delete_returning::delete_returning(prod *p, struct scope *s, table *victim) |
| 369 | : delete_stmt(p, s, victim) { |
| 370 | match(); |
| 371 | select_list = make_shared<struct select_list>(this); |
| 372 | } |
| 373 | |
| 374 | insert_stmt::insert_stmt(prod *p, struct scope *s, table *v) |
| 375 | : modifying_stmt(p, s, v) |
nothing calls this directly
no outgoing calls
no test coverage detected