public class MySqlExplainStatement extends SQLExplainStatement implements MySqlStatement
| Constructor and Description |
|---|
MySqlExplainStatement() |
MySqlExplainStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLName |
getColumnName() |
SQLExpr |
getConnectionId() |
SQLName |
getTableName() |
SQLExpr |
getWild() |
boolean |
isDescribe() |
boolean |
isDistributeInfo() |
void |
setColumnName(SQLName columnName) |
void |
setConnectionId(SQLExpr connectionId) |
void |
setDescribe(boolean describe) |
void |
setDistributeInfo(boolean distributeInfo) |
void |
setTableName(SQLName tableName) |
void |
setWild(SQLExpr wild) |
String |
toString() |
getChildren, getFormat, getHints, getStatement, getType, isAuthorization, isDependency, isExtended, isOptimizer, isParenthesis, setAuthorization, setDependency, setExtended, setFormat, setHints, setOptimizer, setParenthesis, setStatement, setTypeclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, 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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic MySqlExplainStatement()
public MySqlExplainStatement(DbType dbType)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectpublic String toString()
toString in interface SQLStatementtoString in class SQLStatementImplpublic boolean isDescribe()
public void setDescribe(boolean describe)
public SQLName getTableName()
public void setTableName(SQLName tableName)
public SQLName getColumnName()
public void setColumnName(SQLName columnName)
public SQLExpr getWild()
public void setWild(SQLExpr wild)
public SQLExpr getConnectionId()
public void setConnectionId(SQLExpr connectionId)
public boolean isDistributeInfo()
public void setDistributeInfo(boolean distributeInfo)
Copyright © 2013–2020 Alibaba Group. All rights reserved.