Skip to main content
Module

x/pgsql_ast_parser/index.ts>IndexExpression

Yet another simple Postgres SQL parser
Latest
interface IndexExpression
implements PGNode
import { type IndexExpression } from "https://deno.land/x/pgsql_ast_parser@12.0.1/index.ts";

Properties

expression: Expr
optional
opclass: QName
optional
collate: QName
optional
order: "asc" | "desc"
optional
nulls: "first" | "last"