MySqlExplainStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
Undocumented in source.

Members

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnName
SQLName getColumnName()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionId
SQLExpr getConnectionId()
Undocumented in source. Be warned that the author may not have intended to support it.
getFormat
string getFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableName
SQLName getTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
getWild
SQLExpr getWild()
Undocumented in source. Be warned that the author may not have intended to support it.
isDescribe
bool isDescribe()
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnName
void setColumnName(SQLName columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
setConnectionId
void setConnectionId(SQLExpr connectionId)
Undocumented in source. Be warned that the author may not have intended to support it.
setDescribe
void setDescribe(bool describe)
Undocumented in source. Be warned that the author may not have intended to support it.
setFormat
void setFormat(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableName
void setTableName(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
setWild
void setWild(SQLExpr wild)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLExplainStatement

statement
SQLStatement statement;
Undocumented in source.
getStatement
SQLStatement getStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
setStatement
void setStatement(SQLStatement statement)
Undocumented in source. Be warned that the author may not have intended to support it.
getType
string getType()
Undocumented in source. Be warned that the author may not have intended to support it.
setType
void setType(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getHints
List!SQLCommentHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
setHints
void setHints(List!SQLCommentHint hints)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta