hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLCreateTriggerStatement.TriggerType
hunt
sql
ast
statement
SQLCreateTriggerStatement
SQLCreateTriggerStatement
Undocumented in source.
class
SQLCreateTriggerStatement
static
struct
TriggerType {
enum
TriggerType
BEFORE
;
enum
TriggerType
AFTER
;
enum
TriggerType
INSTEAD_OF
;
this
(string name);
string
name
[@property getter];
bool
opEquals
(TriggerType h);
bool
opEquals
(TriggerType h);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(TriggerType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(TriggerType h)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
AFTER
enum
TriggerType
AFTER
;
Undocumented in source.
BEFORE
enum
TriggerType
BEFORE
;
Undocumented in source.
INSTEAD_OF
enum
TriggerType
INSTEAD_OF
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLCreateTriggerStatement
SQLCreateTriggerStatement
constructors
this
functions
accept0
getBody
getChildren
getDefiner
getName
getOn
getTriggerEvents
getTriggerType
getUpdateOfColumns
getWhen
isDelete
isForEachRow
isInsert
isOrReplace
isUpdate
setBody
setDefiner
setDelete
setForEachRow
setInsert
setName
setOn
setOrReplace
setTriggerType
setUpdate
setWhen
structs
TriggerEvent
TriggerType