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

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

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

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


Constructor Summary
CoordinateSystemDefaultVersionTypeHandler()
           
 
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

CoordinateSystemDefaultVersionTypeHandler

public CoordinateSystemDefaultVersionTypeHandler()
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