SQLBetweenExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLExpr testExpr, SQLExpr beginExpr, SQLExpr endExpr)
Undocumented in source.
this
this(SQLExpr testExpr, bool not, SQLExpr beginExpr, SQLExpr endExpr)
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
SQLBetweenExpr 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.
getBeginExpr
SQLExpr getBeginExpr()
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.
getEndExpr
SQLExpr getEndExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
getTestExpr
SQLExpr getTestExpr()
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.
replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source. Be warned that the author may not have intended to support it.
setBeginExpr
void setBeginExpr(SQLExpr beginExpr)
Undocumented in source. Be warned that the author may not have intended to support it.
setEndExpr
void setEndExpr(SQLExpr endExpr)
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.
setTestExpr
void setTestExpr(SQLExpr testExpr)
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.

Variables

beginExpr
SQLExpr beginExpr;
Undocumented in source.
endExpr
SQLExpr endExpr;
Undocumented in source.
testExpr
SQLExpr testExpr;
Undocumented in source.

Meta