Class IbatisVariableTypeHandler
java.lang.Object
org.flowable.variable.service.impl.db.IbatisVariableTypeHandler
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<VariableType>
public class IbatisVariableTypeHandler
extends Object
implements org.apache.ibatis.type.TypeHandler<VariableType>
- Author:
- Dave Syer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResult(CallableStatement cs, int columnIndex) voidsetParameter(PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
Field Details
-
variableTypes
-
-
Constructor Details
-
IbatisVariableTypeHandler
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<VariableType>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<VariableType>- Throws:
SQLException
-
setParameter
public void setParameter(PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - Specified by:
setParameterin interfaceorg.apache.ibatis.type.TypeHandler<VariableType>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<VariableType>- Throws:
SQLException
-