/* */ public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
/* */ {
/* 234 */ ResultSet resultSet = getUnderlyingResultSet();
/* */ try
/* */ {
/* 237 */ resultSet.updateAsciiStream(columnLabel, x, length);
/* */ }
/* */ catch (Throwable t)
/* */ {
/* 241 */ throw checkException(t);
/* */ }