- accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- getComment
SQLExpr getComment()
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.
- getEnable
Boolean getEnable()
Undocumented in source. Be warned that the author may not have intended to support it.
- getEventBody
SQLStatement getEventBody()
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.
- getRenameTo
SQLName getRenameTo()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSchedule
MySqlEventSchedule getSchedule()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDisableOnSlave
bool isDisableOnSlave()
Undocumented in source. Be warned that the author may not have intended to support it.
- isOnCompletionPreserve
bool isOnCompletionPreserve()
Undocumented in source. Be warned that the author may not have intended to support it.
- setComment
void setComment(SQLExpr comment)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDefiner
void setDefiner(SQLName definer)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDisableOnSlave
void setDisableOnSlave(bool disableOnSlave)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEnable
void setEnable(Boolean enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEventBody
void setEventBody(SQLStatement eventBody)
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.
- setOnCompletionPreserve
void setOnCompletionPreserve(bool onCompletionPreserve)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRenameTo
void setRenameTo(SQLName renameTo)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSchedule
void setSchedule(MySqlEventSchedule schedule)
Undocumented in source. Be warned that the author may not have intended to support it.