public class SQLShowTablesStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLShowTablesStatement() |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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)
Copyright © 2013–2018 Alibaba Group. All rights reserved.