interface InsertStatement
implements PGNode
import { type InsertStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
into: QNameAliased
optional
returning: SelectedColumn[] | nilinsert: SelectStatement
optional
onConflict: OnConflictAction | nil