Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgsql_ast_parser/syntax/ast.ts>ExprBinary

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

Properties

type: "binary"
left: Expr
right: Expr
optional
opSchema: string