SQLQueryHelperjs - v1.2.6
Preparing search index...
index
PostgresViewDefinition
Interface PostgresViewDefinition
interface
PostgresViewDefinition
{
name
:
string
;
selectSql
:
string
;
columns
?:
string
[]
;
ifNotExists
?:
boolean
;
replace
?:
boolean
;
temporary
?:
boolean
;
materialized
?:
boolean
;
withNoData
?:
boolean
;
}
Index
Properties
name
select
Sql
columns?
if
Not
Exists?
replace?
temporary?
materialized?
with
No
Data?
Properties
name
name
:
string
select
Sql
selectSql
:
string
Optional
columns
columns
?:
string
[]
Optional
if
Not
Exists
ifNotExists
?:
boolean
Optional
replace
replace
?:
boolean
Optional
temporary
temporary
?:
boolean
Optional
materialized
materialized
?:
boolean
Optional
with
No
Data
withNoData
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
select
Sql
columns
if
Not
Exists
replace
temporary
materialized
with
No
Data
SQLQueryHelperjs - v1.2.6
Loading...