public class SQLBlockStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
SQLStatement |
exception |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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)
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–2023. All rights reserved.