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