Package org.activiti.engine.impl.db
Class IbatisVariableTypeHandler
- java.lang.Object
-
- org.activiti.engine.impl.db.IbatisVariableTypeHandler
-
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<VariableType>
public class IbatisVariableTypeHandler extends Object implements org.apache.ibatis.type.TypeHandler<VariableType>
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableTypesvariableTypes
-
Constructor Summary
Constructors Constructor Description IbatisVariableTypeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableTypegetResult(CallableStatement cs, int columnIndex)VariableTypegetResult(ResultSet resultSet, int columnIndex)VariableTypegetResult(ResultSet rs, String columnName)protected VariableTypesgetVariableTypes()voidsetParameter(PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
Field Detail
-
variableTypes
protected VariableTypes variableTypes
-
-
Method Detail
-
getResult
public VariableType getResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<VariableType>- Throws:
SQLException
-
getResult
public VariableType getResult(CallableStatement cs, int columnIndex) throws SQLException
- 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
-
getVariableTypes
protected VariableTypes getVariableTypes()
-
getResult
public VariableType getResult(ResultSet resultSet, int columnIndex) throws SQLException
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<VariableType>- Throws:
SQLException
-
-