Class DeclareHandlerStmt
java.lang.Object
com.ptsmods.mysqlw.procedure.stmt.Statement
com.ptsmods.mysqlw.procedure.stmt.misc.DeclareHandlerStmt
- All Implemented Interfaces:
BlockLikeStatement
,DeclaringStmt
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeclareHandlerStmt
declareHandler
(DeclareHandlerStmt.HandlerAction action, ConditionValue conditionValue, Statement statement) toString()
toString
(int depth)
-
Method Details
-
declareHandler
public static DeclareHandlerStmt declareHandler(DeclareHandlerStmt.HandlerAction action, ConditionValue conditionValue, Statement statement) -
toString
-
toString
- Specified by:
toString
in interfaceBlockLikeStatement
-