public class SQLLoopStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLLoopStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
String |
getLabelName() |
List<SQLStatement> |
getStatements() |
void |
setLabelName(String labelName) |
void |
setStatements(List<SQLStatement> statements) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 void accept0(SQLASTVisitor visitor)
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public String getLabelName()
public void setLabelName(String labelName)
Copyright © 2013–2017 Alibaba Group. All rights reserved.