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) |
SQLBlockStatement |
clone() |
SQLParameter |
findParameter(long hash) |
String |
getEndLabel() |
SQLStatement |
getException() |
String |
getLabelName() |
List<SQLParameter> |
getParameters() |
List<SQLStatement> |
getStatementList() |
boolean |
isEndOfCommit() |
void |
setEndLabel(String endLabel) |
void |
setEndOfCommit(boolean value) |
void |
setException(SQLStatement exception) |
void |
setLabelName(String labelName) |
void |
setParameters(List<SQLParameter> parameters) |
void |
setStatementList(List<SQLStatement> statementList) |
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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)
public String getEndLabel()
public void setEndLabel(String endLabel)
public SQLBlockStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic SQLParameter findParameter(long hash)
public boolean isEndOfCommit()
public void setEndOfCommit(boolean value)
Copyright © 2013–2018 Alibaba Group. All rights reserved.