public class SQLShowIndexesStatement extends SQLStatementImpl implements SQLShowStatement
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLShowIndexesStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, 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)
accept0 在类中 SQLStatementImplpublic List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013–2023. All rights reserved.