class Insert
extends MutationDataSourceBase
import { Insert } from "https://dotland.deno.dev/x/pg_mem@3.0.3/execution/records-mutations/insert.ts";
Constructors
new
Insert(ast: InsertStatement)Properties
Methods
private
visit(ast: InsertStatement)protected
performMutation(t: _Transaction): any[]