public class SQLLoopStatement extends SQLStatementImpl
构造器和说明 |
---|
SQLLoopStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(SQLASTVisitor visitor) |
String |
getLabelName() |
List<SQLStatement> |
getStatements() |
void |
setLabelName(String labelName) |
void |
setStatements(List<SQLStatement> statements) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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 void setStatements(List<SQLStatement> statements)
public String getLabelName()
public void setLabelName(String labelName)
Copyright © 2013–2016 Alibaba Group. All rights reserved.