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

x/pgsql_ast_parser/mod.ts>ExprOverlay

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

Handle special syntax: overlay('12345678' placing 'ab' from 2 for 4)

Properties

type: "overlay"
value: Expr
placing: Expr
from: Expr
optional
for: Expr | nil