Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/pg-core.ts>PgRefreshMaterializedView

Deno port of the drizzle-orm library
Latest
class PgRefreshMaterializedView
Re-export
import { PgRefreshMaterializedView } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Constructors

new
PgRefreshMaterializedView(
session: PgSession,
dialect: PgDialect,
)

Type Parameters

TQueryResult extends QueryResultHKT

Properties

private
_prepare
private
config
private
dialect
private
session
execute: ReturnType<this["prepare"]>["execute"]

Methods

concurrently(): this
prepare(name: string): PreparedQuery<PreparedQueryConfig & { execute: QueryResultKind<TQueryResult, never>; }>
toSQL(): Simplify<Omit<Query, "typings">>
withNoData(): this
interface PgRefreshMaterializedView
Re-export
import { type PgRefreshMaterializedView } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Type Parameters

TQueryResult extends QueryResultHKT
optional
TExcludedMethods extends string = never