public class MySqlDeclareHandlerStatement extends MySqlStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<ConditionValue> |
conditionValues |
private MySqlHandlerType |
handleType |
private SQLStatement |
spStatement |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
MySqlDeclareHandlerStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<ConditionValue> |
getConditionValues() |
MySqlHandlerType |
getHandleType() |
SQLStatement |
getSpStatement() |
void |
setConditionValues(List<ConditionValue> conditionValues) |
void |
setHandleType(MySqlHandlerType handleType) |
void |
setSpStatement(SQLStatement spStatement) |
accept0, getChildrenclone, 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, setParentclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate MySqlHandlerType handleType
private SQLStatement spStatement
private List<ConditionValue> conditionValues
public List<ConditionValue> getConditionValues()
public void setConditionValues(List<ConditionValue> conditionValues)
public MySqlHandlerType getHandleType()
public void setHandleType(MySqlHandlerType handleType)
public SQLStatement getSpStatement()
public void setSpStatement(SQLStatement spStatement)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.