EnsemblDataMapper v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.mapper.handler
Class CoordinateSystemDefaultVersionTypeHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordinateSystemDefaultVersionTypeHandler
public CoordinateSystemDefaultVersionTypeHandler()
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
© Roslin Institute 2010. GNU General Public License, version3