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