| 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>SQLExceptionpublic MyTime getResult(ResultSet rs, String columnName) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<MyTime>SQLExceptionpublic MyTime getResult(ResultSet rs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<MyTime>SQLExceptionpublic 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>SQLExceptionCopyright © 2006–2025 MyBatis.org. All rights reserved.