public interface TypeHandler<T>
void setParameter(PreparedStatement ps, int i, T parameter, JdbcType jdbcType) throws SQLException
SQLExceptionT getResult(ResultSet rs, String columnName) throws SQLException
SQLExceptionT getResult(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionT getResult(CallableStatement cs, int columnIndex) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.