Polyglot SQL API Documentation - v0.1.0
GitHub
npm
Preparing search index...
ast
isDropView
Variable isDropView
Const
isDropView
:
(
expr
:
Expression
)
=>
expr
is
{
drop_view
:
DropView
}
= ...
Type guard for DROP VIEW expressions
Type Declaration
(
expr
:
Expression
)
:
expr
is
{
drop_view
:
DropView
}
Parameters
expr
:
Expression
Returns
expr
is
{
drop_view
:
DropView
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Polyglot SQL API Documentation - v0.1.0
Loading...
Type guard for DROP VIEW expressions