Skip to main content
Module

x/pgsql_ast_parser/mod.ts>WithStatement

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

Properties

type: "with"
bind: { alias: Name; statement: WithStatementBinding; }[]
in: WithStatementBinding