Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface CreateMaterializedViewStatement
import { type CreateMaterializedViewStatement } from "https://deno.land/x/pgsql_ast_parser@11.0.0/syntax/ast.ts";

Properties

type: "create materialized view"
optional
tablespace: Name
optional
withData: boolean
optional
ifNotExists: boolean