org.activiti.engine.impl.db
类 IbatisVariableTypeHandler
java.lang.Object
org.activiti.engine.impl.db.IbatisVariableTypeHandler
- 所有已实现的接口:
- org.apache.ibatis.type.TypeHandler<VariableType>
public class IbatisVariableTypeHandler
- extends Object
- implements org.apache.ibatis.type.TypeHandler<VariableType>
- 作者:
- Dave Syer
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableTypes
protected VariableTypes variableTypes
IbatisVariableTypeHandler
public IbatisVariableTypeHandler()
getResult
public VariableType getResult(ResultSet rs,
String columnName)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<VariableType>
中的 getResult
- 抛出:
SQLException
getResult
public VariableType getResult(CallableStatement cs,
int columnIndex)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<VariableType>
中的 getResult
- 抛出:
SQLException
setParameter
public void setParameter(PreparedStatement ps,
int i,
VariableType parameter,
org.apache.ibatis.type.JdbcType jdbcType)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<VariableType>
中的 setParameter
- 抛出:
SQLException
getVariableTypes
protected VariableTypes getVariableTypes()
getResult
public VariableType getResult(ResultSet resultSet,
int columnIndex)
throws SQLException
- 指定者:
- 接口
org.apache.ibatis.type.TypeHandler<VariableType>
中的 getResult
- 抛出:
SQLException
Copyright © 2013 Alfresco. All rights reserved.