| 443 | } |
| 444 | |
| 445 | update_returning::update_returning(prod *p, struct scope *s, table *v) |
| 446 | : update_stmt(p, s, v) { |
| 447 | match(); |
| 448 | |
| 449 | select_list = make_shared<struct select_list>(this); |
| 450 | } |
| 451 | |
| 452 | |
| 453 | upsert_stmt::upsert_stmt(prod *p, struct scope *s, table *v) |
nothing calls this directly
no outgoing calls
no test coverage detected