public interface TypeHandler<T>
void setParameter(PreparedStatement ps, int i, T parameter, JDBCType jdbcType) throws SQLException
SQLExceptionT getResult(ResultSet rs, String columnName) throws SQLException
columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionT getResult(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionT getResult(CallableStatement cs, int columnIndex) throws SQLException
SQLExceptionCopyright © 2020–2021. All rights reserved.