SQLCreateTriggerStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getBody
SQLStatement getBody()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefiner
SQLName getDefiner()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getOn
SQLExprTableSource getOn()
Undocumented in source. Be warned that the author may not have intended to support it.
getTriggerEvents
List!TriggerEvent getTriggerEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
getTriggerType
TriggerType getTriggerType()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpdateOfColumns
List!SQLName getUpdateOfColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
getWhen
SQLExpr getWhen()
Undocumented in source. Be warned that the author may not have intended to support it.
isDelete
bool isDelete()
Undocumented in source. Be warned that the author may not have intended to support it.
isForEachRow
bool isForEachRow()
Undocumented in source. Be warned that the author may not have intended to support it.
isInsert
bool isInsert()
Undocumented in source. Be warned that the author may not have intended to support it.
isOrReplace
bool isOrReplace()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpdate
bool isUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
setBody
void setBody(SQLStatement body)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefiner
void setDefiner(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
setDelete
void setDelete(bool _delete)
Undocumented in source. Be warned that the author may not have intended to support it.
setForEachRow
void setForEachRow(bool forEachRow)
Undocumented in source. Be warned that the author may not have intended to support it.
setInsert
void setInsert(bool insert)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
setOn
void setOn(SQLName on)
Undocumented in source. Be warned that the author may not have intended to support it.
setOn
void setOn(SQLExprTableSource on)
Undocumented in source. Be warned that the author may not have intended to support it.
setOrReplace
void setOrReplace(bool orReplace)
Undocumented in source. Be warned that the author may not have intended to support it.
setTriggerType
void setTriggerType(TriggerType triggerType)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpdate
void setUpdate(bool update)
Undocumented in source. Be warned that the author may not have intended to support it.
setWhen
void setWhen(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TriggerEvent
struct TriggerEvent
Undocumented in source.
TriggerType
struct TriggerType
Undocumented in source.

Meta