public class MySqlKillStatement extends MySqlStatementImpl
限定符和类型 | 类和说明 |
---|---|
static class |
MySqlKillStatement.Type |
构造器和说明 |
---|
MySqlKillStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getThreadId() |
List<SQLExpr> |
getThreadIds() |
MySqlKillStatement.Type |
getType() |
void |
setThreadId(SQLExpr threadId) |
void |
setType(MySqlKillStatement.Type type) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public MySqlKillStatement.Type getType()
public void setType(MySqlKillStatement.Type type)
public SQLExpr getThreadId()
public void setThreadId(SQLExpr threadId)
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
accept0
在类中 MySqlStatementImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.