public class SQLShowIndexesStatement extends SQLStatementImpl implements SQLShowStatement
| Constructor and Description |
|---|
SQLShowIndexesStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLName |
getDatabase() |
List<SQLCommentHint> |
getHints() |
SQLExprTableSource |
getTable() |
String |
getType() |
SQLExpr |
getWhere() |
void |
setDatabase(String database) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
void |
setType(String type) |
void |
setWhere(SQLExpr where) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExprTableSource getTable()
public void setTable(SQLName table)
public void setTable(SQLExprTableSource table)
public SQLName getDatabase()
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
public String getType()
public void setType(String type)
public void setDatabase(String database)
public void accept0(SQLASTVisitor visitor)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2020 Alibaba Group. All rights reserved.