public class SQLBlockStatement extends SQLStatementImpl
| Modifier and Type | Field and Description |
|---|---|
SQLStatement |
exception |
| Constructor and Description |
|---|
SQLBlockStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLStatement |
getException() |
String |
getLabelName() |
List<SQLParameter> |
getParameters() |
List<SQLStatement> |
getStatementList() |
void |
setException(SQLStatement exception) |
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, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLStatement exception
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)
public SQLStatement getException()
public void setException(SQLStatement exception)
Copyright © 2013–2017 Alibaba Group. All rights reserved.