public class SQLWhileStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLWhileStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLWhileStatement |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getCondition() |
String |
getLabelName() |
List<SQLStatement> |
getStatements() |
void |
setCondition(SQLExpr condition) |
void |
setLabelName(String labelName) |
void |
setStatements(List<SQLStatement> statements) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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 String getLabelName()
public void setLabelName(String labelName)
public void accept0(SQLASTVisitor visitor)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public SQLWhileStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.