Skip to main content
Module

x/pgsql_ast_parser/index.ts>parseGeometricLiteral

Yet another simple Postgres SQL parser
Go to Latest
function parseGeometricLiteral
import { parseGeometricLiteral } from "https://deno.land/x/pgsql_ast_parser@10.5.2/index.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"