SQLIfStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

Else
class Else
Undocumented in source.
ElseIf
class ElseIf
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
addStatement
void addStatement(SQLStatement statement)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLIfStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getCondition
SQLExpr getCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
getElseIfList
List!ElseIf getElseIfList()
Undocumented in source. Be warned that the author may not have intended to support it.
getElseItem
Else getElseItem()
Undocumented in source. Be warned that the author may not have intended to support it.
getStatements
List!SQLStatement getStatements()
Undocumented in source. Be warned that the author may not have intended to support it.
setCondition
void setCondition(SQLExpr condition)
Undocumented in source. Be warned that the author may not have intended to support it.
setElseItem
void setElseItem(Else elseItem)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLStatementImpl

dbType
string dbType;
Undocumented in source.
afterSemi
bool afterSemi;
Undocumented in source.
headHints
List!SQLCommentHint headHints;
Undocumented in source.
getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
setDbType
void setDbType(string dbType)
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.
toLowerCaseString
string toLowerCaseString()
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.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
isAfterSemi
bool isAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeadHintsDirect
List!SQLCommentHint getHeadHintsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
setHeadHints
void setHeadHints(List!SQLCommentHint headHints)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta