public class MySqlKillStatement extends MySqlStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlKillStatement.Type |
| 构造器和说明 |
|---|
MySqlKillStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getThreadId() |
MySqlKillStatement.Type |
getType() |
void |
setThreadId(SQLExpr threadId) |
void |
setType(MySqlKillStatement.Type type) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic MySqlKillStatement.Type getType()
public void setType(MySqlKillStatement.Type type)
public SQLExpr getThreadId()
public void setThreadId(SQLExpr threadId)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplCopyright © 2012 Alibaba Group. All Rights Reserved.