Skip to main content
Module

x/pgsql_ast_parser/mod.ts>NodeLocation

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

Properties

start: number

Location of the last ";" prior to this statement

end: number

Location of the first ";" after this statement (if any)