public class SQLIfStatement extends SQLStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLIfStatement.Else |
static class |
SQLIfStatement.ElseIf |
| Constructor and Description |
|---|
SQLIfStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getCondition() |
List<SQLIfStatement.ElseIf> |
getElseIfList() |
SQLIfStatement.Else |
getElseItem() |
List<SQLStatement> |
getStatements() |
void |
setCondition(SQLExpr condition) |
void |
setElseIfList(List<SQLIfStatement.ElseIf> elseIfList) |
void |
setElseItem(SQLIfStatement.Else elseItem) |
void |
setStatements(List<SQLStatement> statements) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public List<SQLIfStatement.ElseIf> getElseIfList()
public void setElseIfList(List<SQLIfStatement.ElseIf> elseIfList)
public SQLIfStatement.Else getElseItem()
public void setElseItem(SQLIfStatement.Else elseItem)
Copyright © 2013–2017 Alibaba Group. All rights reserved.