MySqlExprImpl

Undocumented in source.

Members

Aliases

computeDataType
alias computeDataType = MySqlObjectImpl.computeDataType
Undocumented in source.

Functions

clone
SQLExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlObjectImpl

computeDataType
SQLDataType computeDataType()
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.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.

From SQLExpr

clone
SQLExpr clone()
Undocumented in source.
computeDataType
SQLDataType computeDataType()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source.

Meta