com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlShowEventsStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlShowEventsStatement
- 所有已实现的接口:
- SQLObject, SQLStatement, MySqlObject, MySqlShowStatement, MySqlStatement
public class MySqlShowEventsStatement
- extends MySqlStatementImpl
- implements MySqlShowStatement
MySqlShowEventsStatement
public MySqlShowEventsStatement()
getSchema
public SQLExpr getSchema()
setSchema
public void setSchema(SQLExpr schema)
getLike
public SQLExpr getLike()
setLike
public void setLike(SQLExpr like)
getWhere
public SQLExpr getWhere()
setWhere
public void setWhere(SQLExpr where)
accept0
public void accept0(MySqlASTVisitor visitor)
- 指定者:
- 接口
MySqlObject 中的 accept0 - 覆盖:
- 类
MySqlStatementImpl 中的 accept0
Copyright © 2013 Alibaba Group. All Rights Reserved.