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