src/share/classes/java/sql/ResultSet.java

Print this page

        

@@ -4176,11 +4176,11 @@
      * @exception SQLException if the columnIndex is not valid;
      * if a database access error occurs;
      * the result set concurrency is {@code CONCUR_READ_ONLY}
      * or this method is called on a closed result set
      * @exception SQLFeatureNotSupportedException if the JDBC driver does not
-     * support this method; if the JDBC driver does not support this data type
+     * support this method; if the JDBC driver does not support the specified targetSqlType
      * @see JDBCType
      * @see SQLType
      * @since 1.8
      */
      default void updateObject(int columnIndex, Object x,

@@ -4219,11 +4219,11 @@
      * @exception SQLException if the columnLabel is not valid;
      * if a database access error occurs;
      * the result set concurrency is {@code CONCUR_READ_ONLY}
      * or this method is called on a closed result set
      * @exception SQLFeatureNotSupportedException if the JDBC driver does not
-     * support this method; if the JDBC driver does not support this data type
+     * support this method; if the JDBC driver does not support the specified targetSqlType
      * @see JDBCType
      * @see SQLType
      * @since 1.8
      */
     default void updateObject(String columnLabel, Object x,

@@ -4247,11 +4247,11 @@
      * @exception SQLException if the columnIndex is not valid;
      * if a database access error occurs;
      * the result set concurrency is {@code CONCUR_READ_ONLY}
      * or this method is called on a closed result set
      * @exception SQLFeatureNotSupportedException if the JDBC driver does not
-     * support this method; if the JDBC driver does not support this data type
+     * support this method; if the JDBC driver does not support the specified targetSqlType
      * @see JDBCType
      * @see SQLType
      * @since 1.8
      */
     default void updateObject(int columnIndex, Object x, SQLType targetSqlType)

@@ -4277,11 +4277,11 @@
      * @exception SQLException if the columnLabel is not valid;
      * if a database access error occurs;
      * the result set concurrency is {@code CONCUR_READ_ONLY}
      * or this method is called on a closed result set
      * @exception SQLFeatureNotSupportedException if the JDBC driver does not
-     * support this method; if the JDBC driver does not support this data type
+     * support this method; if the JDBC driver does not support the specified targetSqlType
      * @see JDBCType
      * @see SQLType
      * @since 1.8
      */
     default void updateObject(String columnLabel, Object x,