public class MySqlShowTablesStatement extends MySqlStatementImpl
| 构造器和说明 |
|---|
MySqlShowTablesStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLName |
getDatabase() |
SQLExpr |
getLike() |
SQLExpr |
getWhere() |
boolean |
isFull() |
void |
setDatabase(SQLName database) |
void |
setFull(boolean full) |
void |
setLike(SQLExpr like) |
void |
setWhere(SQLExpr where) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic boolean isFull()
public void setFull(boolean full)
public SQLName getDatabase()
public void setDatabase(SQLName database)
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.