Skip to main content
Module

x/pgsql_ast_parser/index.ts>SkipClause

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

Properties

type: "nowait" | "skip locked"