Skip to main content
Module

x/pgsql_ast_parser/mod.ts>DoStatement

Yet another simple Postgres SQL parser
Go to Latest
interface DoStatement
implements PGNode
import { type DoStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.0/mod.ts";

Properties

type: "do"
optional
language: Name
code: string