com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlKillStatement
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.MySqlKillStatement
- 所有已实现的接口:
- SQLObject, SQLStatement, MySqlObject, MySqlStatement
public class MySqlKillStatement
- extends MySqlStatementImpl
MySqlKillStatement
public MySqlKillStatement()
getType
public MySqlKillStatement.Type getType()
setType
public void setType(MySqlKillStatement.Type type)
getThreadId
public SQLExpr getThreadId()
setThreadId
public void setThreadId(SQLExpr threadId)
accept0
public void accept0(MySqlASTVisitor visitor)
- 指定者:
- 接口
MySqlObject 中的 accept0 - 覆盖:
- 类
MySqlStatementImpl 中的 accept0
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.