SQLInListExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLExpr expr)
Undocumented in source.
this
this(SQLExpr expr, bool not)
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
SQLInListExpr 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.
getExpr
SQLExpr getExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
getTargetList
List!SQLExpr getTargetList()
Undocumented in source. Be warned that the author may not have intended to support it.
isNot
bool isNot()
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.
setExpr
void setExpr(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
setNot
void setNot(bool not)
Undocumented in source. Be warned that the author may not have intended to support it.
setTargetList
void setTargetList(List!SQLExpr targetList)
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.

Inherited Members

From SQLExprImpl

opEquals
bool opEquals(Object o)
Undocumented in source.
toHash
size_t toHash()
Undocumented in source.
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.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta