public class SQLBlockStatement extends SQLStatementImpl
| 构造器和说明 |
|---|
SQLBlockStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
String |
getLabelName() |
List<SQLParameter> |
getParameters() |
List<SQLStatement> |
getStatementList() |
void |
setLabelName(String labelName) |
void |
setParameters(List<SQLParameter> parameters) |
void |
setStatementList(List<SQLStatement> statementList) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic List<SQLStatement> getStatementList()
public void setStatementList(List<SQLStatement> statementList)
public String getLabelName()
public void setLabelName(String labelName)
public void accept0(SQLASTVisitor visitor)
public List<SQLParameter> getParameters()
public void setParameters(List<SQLParameter> parameters)
Copyright © 2013–2016 Alibaba Group. All rights reserved.