/* */ public void updateClob(String columnLabel, Reader reader, long length) throws SQLException
/* */ {
/* 442 */ ResultSet resultSet = getUnderlyingResultSet();
/* */ try
/* */ {
/* 445 */ resultSet.updateClob(columnLabel, reader, length);
/* */ }
/* */ catch (Throwable t)
/* */ {
/* 449 */ throw checkException(t);
/* */ }