public static class SQLIfStatement.ElseIf extends SQLObjectImpl
Constructor and Description |
---|
ElseIf() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLIfStatement.ElseIf |
clone() |
SQLExpr |
getCondition() |
List<SQLStatement> |
getStatements() |
void |
setCondition(SQLExpr condition) |
void |
setStatements(List<SQLStatement> statements) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public void accept0(SQLASTVisitor visitor)
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public SQLIfStatement.ElseIf clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.