public class SQLBlockStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLBlockStatement() |
Modifier and Type | Method and Description |
---|---|
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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 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–2017 Alibaba Group. All rights reserved.