Skip to main content
Go to Latest
interface RefreshMaterializedViewStatement
implements PGNode
import { type RefreshMaterializedViewStatement } from "https://deno.land/x/pgsql_ast_parser@10.5.2/index.ts";

Properties

type: "refresh materialized view"
name: QName
optional
concurrently: boolean
optional
withData: boolean