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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.