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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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 String getLabelName()
public void setLabelName(String labelName)
public void accept0(SQLASTVisitor visitor)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public SQLWhileStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.