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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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–2016 Alibaba Group. All rights reserved.