SQLNCharExpr

Undocumented in source.

Constructors

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

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLNCharExpr 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.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Inherited Members

From SQLTextLiteralExpr

text
String text;
Undocumented in source.
getText
String getText()
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(String text)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLTextLiteralExpr clone()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta