public class MySqlShowVariantsStatement extends MySqlStatementImpl
| 构造器和说明 |
|---|
MySqlShowVariantsStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getLike() |
SQLExpr |
getWhere() |
boolean |
isGlobal() |
boolean |
isSession() |
void |
setGlobal(boolean global) |
void |
setLike(SQLExpr like) |
void |
setSession(boolean session) |
void |
setWhere(SQLExpr where) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic boolean isGlobal()
public void setGlobal(boolean global)
public boolean isSession()
public void setSession(boolean session)
public SQLExpr getLike()
public void setLike(SQLExpr like)
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplCopyright © 2012 Alibaba Group. All Rights Reserved.