Skip to main content
Module

x/pgsql_ast_parser/mod.ts>BasicDataTypeDef

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

Properties

optional
kind: undefined
optional
doubleQuoted: true

Allows to differenciate types like 'double precision' from their double-quoted counterparts

optional
config: number[]

varchar(length), numeric(precision, scale), ...