Constructor and Description |
---|
MyTimeTypeHandler() |
Modifier and Type | Method and Description |
---|---|
MyTime |
getResult(CallableStatement cs,
int columnIndex) |
MyTime |
getResult(ResultSet rs,
int columnIndex) |
MyTime |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
MyTime parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public MyTime getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult
in interface org.apache.ibatis.type.TypeHandler<MyTime>
SQLException
public MyTime getResult(ResultSet rs, String columnName) throws SQLException
getResult
in interface org.apache.ibatis.type.TypeHandler<MyTime>
SQLException
public MyTime getResult(ResultSet rs, int columnIndex) throws SQLException
getResult
in interface org.apache.ibatis.type.TypeHandler<MyTime>
SQLException
public void setParameter(PreparedStatement ps, int i, MyTime parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter
in interface org.apache.ibatis.type.TypeHandler<MyTime>
SQLException
Copyright © 2010–2018 MyBatis.org. All rights reserved.