AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
TriggerInfo
Interface TriggerInfo
interface
TriggerInfo
{
definition
?:
string
|
null
;
enabled
:
boolean
;
events
:
readonly
string
[]
;
name
:
string
;
schema
?:
string
;
table
:
string
;
timing
:
"BEFORE"
|
"AFTER"
|
"INSTEAD OF"
|
"UNKNOWN"
;
}
Index
Properties
definition?
enabled
events
name
schema?
table
timing
Properties
Optional
Readonly
definition
definition
?:
string
|
null
Readonly
enabled
enabled
:
boolean
Readonly
events
events
:
readonly
string
[]
Readonly
name
name
:
string
Optional
Readonly
schema
schema
?:
string
Readonly
table
table
:
string
Readonly
timing
timing
:
"BEFORE"
|
"AFTER"
|
"INSTEAD OF"
|
"UNKNOWN"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
definition
enabled
events
name
schema
table
timing
GitHub
AskSQL API Reference (core v0.10.0)
Loading...