Skip to main content
Module

x/pgsql_ast_parser/index.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@10.5.2/index.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