public class SQLExplainStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
authorization |
protected boolean |
dependency |
protected boolean |
extended |
protected String |
format |
protected List<SQLCommentHint> |
hints |
protected boolean |
optimizer |
protected boolean |
parenthesis |
protected SQLStatement |
statement |
protected String |
type |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLExplainStatement() |
SQLExplainStatement(DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, 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, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected String type
protected String format
protected boolean extended
protected boolean dependency
protected boolean authorization
protected boolean optimizer
protected SQLStatement statement
protected List<SQLCommentHint> hints
protected boolean parenthesis
public SQLExplainStatement()
public SQLExplainStatement(DbType dbType)
public SQLStatement getStatement()
public void setStatement(SQLStatement statement)
public String getType()
public void setType(String type)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 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–2023. All rights reserved.