public class SQLWhileStatement extends SQLStatementImpl implements SQLReplaceable
| 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() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setCondition(SQLExpr x) |
void |
setLabelName(String labelName) |
void |
setStatements(List<SQLStatement> statements) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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 x)
public SQLWhileStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2020 Alibaba Group. All rights reserved.