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