public class SQLShowTablesStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLName |
database |
protected boolean |
full |
protected SQLExpr |
like |
protected SQLExpr |
where |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLShowTablesStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor 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) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected SQLName database
protected SQLExpr like
protected boolean full
protected SQLExpr where
public SQLName getDatabase()
public void setDatabase(SQLName database)
public SQLExpr getLike()
public void setLike(SQLExpr like)
public boolean isFull()
public void setFull(boolean full)
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.