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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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.