Skip to main content
Module

x/pgsql_ast_parser/index.ts>RaiseStatement

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

Properties

type: "raise"
optional
level:
| "debug"
| "log"
| "info"
| "notice"
| "warning"
| "exception"
format: string
optional
formatExprs: Expr[] | nil
optional
using: { type:
| "message"
| "detail"
| "hint"
| "errcode"
| "column"
| "constraint"
| "datatype"
| "table"
| "schema"
; value: Expr; }[] | nil