Skip to main content
Module

x/pgsql_ast_parser/mod.ts>ExprConstant

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

Properties

type: "constant"
dataType: DataTypeDef
value: any