public class SQLExplainStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLExplainStatement() |
SQLExplainStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
getChildren() |
String |
getFormat() |
List<SQLCommentHint> |
getHints() |
SQLStatement |
getStatement() |
String |
getType() |
boolean |
isAuthorization() |
boolean |
isDependency() |
boolean |
isExtended() |
boolean |
isOptimizer() |
boolean |
isParenthesis() |
void |
setAuthorization(boolean authorization) |
void |
setDependency(boolean dependency) |
void |
setExtended(boolean extended) |
void |
setFormat(String format) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setOptimizer(boolean optimizer) |
void |
setParenthesis(boolean parenthesis) |
void |
setStatement(SQLStatement statement) |
void |
setType(String type) |
clone, 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, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExplainStatement()
public SQLExplainStatement(DbType dbType)
public SQLStatement getStatement()
public void setStatement(SQLStatement statement)
public String getType()
public void setType(String type)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean isExtended()
public void setExtended(boolean extended)
public boolean isDependency()
public void setDependency(boolean dependency)
public boolean isAuthorization()
public void setAuthorization(boolean authorization)
public boolean isOptimizer()
public void setOptimizer(boolean optimizer)
public String getFormat()
public void setFormat(String format)
public boolean isParenthesis()
public void setParenthesis(boolean parenthesis)
Copyright © 2013–2020 Alibaba Group. All rights reserved.