kysely
Preparing search index...
DropViewNode
Interface DropViewNode
interface
DropViewNode
{
cascade
?:
boolean
;
ifExists
?:
boolean
;
kind
:
"DropViewNode"
;
materialized
?:
boolean
;
name
:
SchemableIdentifierNode
;
}
Hierarchy (
View Summary
)
OperationNode
DropViewNode
Index
Properties
cascade?
if
Exists?
kind
materialized?
name
Properties
Optional
Readonly
cascade
cascade
?:
boolean
Optional
Readonly
if
Exists
ifExists
?:
boolean
Readonly
kind
kind
:
"DropViewNode"
Optional
Readonly
materialized
materialized
?:
boolean
Readonly
name
name
:
SchemableIdentifierNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cascade
if
Exists
kind
materialized
name
kysely
Loading...