public class SQLLoopStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLLoopStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
void |
addStatement(SQLStatement stmt) |
List |
getChildren() |
String |
getLabelName() |
List<SQLStatement> |
getStatements() |
void |
setLabelName(String labelName) |
clone, 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 void accept0(SQLASTVisitor visitor)
public List<SQLStatement> getStatements()
public String getLabelName()
public void setLabelName(String labelName)
public void addStatement(SQLStatement stmt)
public List getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.