Skip to main content
Version: Next

DatabaseView

Index

Properties

definition

definition: string

optionalmaterialized

materialized?: boolean

True if this is a materialized view (PostgreSQL only).

name

name: string

optionalschema

schema?: string

optionalwithData

withData?: boolean

For materialized views, whether data was populated on creation.