| 231 | string constraint; |
| 232 | shared_ptr<bool_expr> search; |
| 233 | upsert_stmt(prod *p, struct scope *s, table *v = 0); |
| 234 | virtual void out(std::ostream &out) { |
| 235 | insert_stmt::out(out); |
| 236 | out << " on conflict on constraint " << constraint << " do update "; |
nothing calls this directly
no outgoing calls
no test coverage detected