public class MySqlExplainStatement extends SQLExplainStatement implements MySqlStatement
Constructor and Description |
---|
MySqlExplainStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLName |
getColumnName() |
SQLExpr |
getConnectionId() |
String |
getFormat() |
SQLName |
getTableName() |
SQLExpr |
getWild() |
boolean |
isDescribe() |
void |
setColumnName(SQLName columnName) |
void |
setConnectionId(SQLExpr connectionId) |
void |
setDescribe(boolean describe) |
void |
setFormat(String format) |
void |
setTableName(SQLName tableName) |
void |
setWild(SQLExpr wild) |
String |
toString() |
getChildren, getHints, getStatement, getType, setHints, setStatement, setType
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
public String toString()
toString
in class SQLStatementImpl
public 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 String getFormat()
public void setFormat(String format)
public SQLExpr getConnectionId()
public void setConnectionId(SQLExpr connectionId)
Copyright © 2013–2017 Alibaba Group. All rights reserved.