SQLQueryHelperjs - v1.2.6
Preparing search index...
index
PostgresDropStoreProcedureOptions
Interface PostgresDropStoreProcedureOptions
interface
PostgresDropStoreProcedureOptions
{
schema
?:
string
;
routineType
?:
PostgresRoutineType
;
ifExists
?:
boolean
;
cascade
?:
boolean
;
}
Index
Properties
schema?
routine
Type?
if
Exists?
cascade?
Properties
Optional
schema
schema
?:
string
Optional
routine
Type
routineType
?:
PostgresRoutineType
Optional
if
Exists
ifExists
?:
boolean
Optional
cascade
cascade
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schema
routine
Type
if
Exists
cascade
SQLQueryHelperjs - v1.2.6
Loading...