EnsemblDataMapper v1.09
© Roslin Institute 2010. GNU General Public License, version3
EnsemblDataMapper
v1.09

uk.ac.roslin.ensembl.mapper.handler
Class HomologyTypeHandler

java.lang.Object
  extended by uk.ac.roslin.ensembl.mapper.handler.HomologyTypeHandler
All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler

public class HomologyTypeHandler
extends Object
implements org.apache.ibatis.type.TypeHandler


Constructor Summary
HomologyTypeHandler()
           
 
Method Summary
 Object getResult(CallableStatement cs, int columnIndex)
           
 Object getResult(ResultSet rs, String columnName)
           
 void setParameter(PreparedStatement ps, int i, Object parameter, org.apache.ibatis.type.JdbcType jdbcType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomologyTypeHandler

public HomologyTypeHandler()
Method Detail

setParameter

public void setParameter(PreparedStatement ps,
                         int i,
                         Object parameter,
                         org.apache.ibatis.type.JdbcType jdbcType)
                  throws SQLException
Specified by:
setParameter in interface org.apache.ibatis.type.TypeHandler
Throws:
SQLException

getResult

public Object getResult(ResultSet rs,
                        String columnName)
                 throws SQLException
Specified by:
getResult in interface org.apache.ibatis.type.TypeHandler
Throws:
SQLException

getResult

public Object getResult(CallableStatement cs,
                        int columnIndex)
                 throws SQLException
Specified by:
getResult in interface org.apache.ibatis.type.TypeHandler
Throws:
SQLException

EnsemblDataMapper
v1.09

EnsemblDataMapper v1.09
© Roslin Institute 2010. GNU General Public License, version3