SQLQueryHelperjs - v1.2.6
Preparing search index...
index
PostgresStoreProcedureDefinition
Interface PostgresStoreProcedureDefinition
interface
PostgresStoreProcedureDefinition
{
name
:
string
;
routineType
?:
PostgresRoutineType
;
arguments
?:
string
[]
;
returns
?:
string
;
language
?:
string
;
body
:
string
;
replace
?:
boolean
;
}
Index
Properties
name
routine
Type?
arguments?
returns?
language?
body
replace?
Properties
name
name
:
string
Optional
routine
Type
routineType
?:
PostgresRoutineType
Optional
arguments
arguments
?:
string
[]
Optional
returns
returns
?:
string
Optional
language
language
?:
string
body
body
:
string
Optional
replace
replace
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
routine
Type
arguments
returns
language
body
replace
SQLQueryHelperjs - v1.2.6
Loading...