public class MySqlDeclareHandlerStatement extends MySqlStatementImpl
构造器和说明 |
---|
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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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
在接口中 MySqlObject
accept0
在类中 MySqlStatementImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.