public class SQLLoopStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
labelName |
private List<SQLStatement> |
statements |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLLoopStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate String labelName
private final List<SQLStatement> statements
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLStatement> getStatements()
public String getLabelName()
public void setLabelName(String labelName)
public void addStatement(SQLStatement stmt)
public List getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.