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

字段摘要
protected  VariableTypes variableTypes
           
 
构造方法摘要
IbatisVariableTypeHandler()
           
 
方法摘要
 VariableType getResult(CallableStatement cs, int columnIndex)
           
 VariableType getResult(ResultSet resultSet, int columnIndex)
           
 VariableType getResult(ResultSet rs, String columnName)
           
protected  VariableTypes getVariableTypes()
           
 void setParameter(PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType)
           
 
从类 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.