Skip to main content
Module

x/pgsql_ast_parser/mod.ts>parseGeometricLiteral

Yet another simple Postgres SQL parser
Latest
function parseGeometricLiteral
import { parseGeometricLiteral } from "https://deno.land/x/pgsql_ast_parser@12.0.1/mod.ts";

Parameters

sql: string
type: "point"

Parameters

sql: string
type: "line"

Parameters

sql: string
type: "lseg"

Parameters

sql: string
type: "box"

Parameters

sql: string
type: "path"

Parameters

sql: string
type: "polygon"

Parameters

sql: string
type: "circle"