Skip to main content
Module

x/pgsql_ast_parser/mod.ts>TruncateTableStatement

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

Properties

type: "truncate table"
tables: QName[]
optional
identity: "restart" | "continue"
optional
cascade: "cascade" | "restrict"