MySqlCharExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string text)
Undocumented in source.
this
this(String text)
Undocumented in source.

Members

Aliases

output
alias output = SQLCharExpr.output
Undocumented in source.

Functions

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. Be warned that the author may not have intended to support it.
clone
MySqlCharExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getCharset
string getCharset()
Undocumented in source. Be warned that the author may not have intended to support it.
getCollate
string getCollate()
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setCharset
void setCharset(string charset)
Undocumented in source. Be warned that the author may not have intended to support it.
setCollate
void setCollate(string collate)
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 SQLCharExpr

DEFAULT_DATA_TYPE
SQLDataType DEFAULT_DATA_TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(Appendable buf)
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.
getValue
Object getValue()
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.
clone
SQLCharExpr 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.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta