CreateTriggerStmt constructor
CreateTriggerStmt(})
Implementation
CreateTriggerStmt(
this.name,
this.timing,
this.event,
this.table,
this.when,
this.body, {
this.ifNotExists = false,
});
CreateTriggerStmt(
this.name,
this.timing,
this.event,
this.table,
this.when,
this.body, {
this.ifNotExists = false,
});