SQLQueryHelperjs - v1.2.6
Preparing search index...
index
PostgresTriggerDefinition
Interface PostgresTriggerDefinition
interface
PostgresTriggerDefinition
{
name
:
string
;
table
:
string
;
timing
:
PostgresTriggerTiming
;
event
:
PostgresTriggerEvent
|
PostgresTriggerEvent
[]
;
functionName
:
string
;
functionArgs
?:
PostgresTriggerArgument
[]
;
updateOf
?:
string
[]
;
when
?:
string
;
forEachRow
?:
boolean
;
ifNotExists
?:
boolean
;
replace
?:
boolean
;
}
Index
Properties
name
table
timing
event
function
Name
function
Args?
update
Of?
when?
for
Each
Row?
if
Not
Exists?
replace?
Properties
name
name
:
string
table
table
:
string
timing
timing
:
PostgresTriggerTiming
event
event
:
PostgresTriggerEvent
|
PostgresTriggerEvent
[]
function
Name
functionName
:
string
Optional
function
Args
functionArgs
?:
PostgresTriggerArgument
[]
Optional
update
Of
updateOf
?:
string
[]
Optional
when
when
?:
string
Optional
for
Each
Row
forEachRow
?:
boolean
Optional
if
Not
Exists
ifNotExists
?:
boolean
Optional
replace
replace
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
table
timing
event
function
Name
function
Args
update
Of
when
for
Each
Row
if
Not
Exists
replace
SQLQueryHelperjs - v1.2.6
Loading...