public class SQLBlockStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
endLabel |
private boolean |
endOfCommit |
SQLStatement |
exception |
private String |
labelName |
private List<SQLParameter> |
parameters |
private List<SQLStatement> |
statementList |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLBlockStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, 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 String endLabel
private List<SQLParameter> parameters
private List<SQLStatement> statementList
public SQLStatement exception
private boolean endOfCommit
public List<SQLStatement> getStatementList()
public void setStatementList(List<SQLStatement> statementList)
public String getLabelName()
public void setLabelName(String labelName)
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic 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 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLStatementImplpublic SQLParameter findParameter(long hash)
public boolean isEndOfCommit()
public void setEndOfCommit(boolean value)
Copyright © 2013–2019 Alibaba Group. All rights reserved.