interface OnConflictAction
implements PGNode
import { type OnConflictAction } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
optional
on: OnConflictOnExpr | OnConflictOnConstraintdo: "do nothing" | { sets: SetStatement[]; }
optional
where: Expr