src/share/classes/java/sql/SQLInput.java

Print this page

        

@@ -442,10 +442,11 @@
      * {@code SQLData.readSQL} on that object, which reads additional data from the
      * stream, using the protocol described for that method.
      *<p>
      * The default implementation will throw {@code SQLFeatureNotSupportedException}
      *
+     * @param<T> the type of the class modeled by this Class object
      * @param type Class representing the Java data type to convert the attribute to.
      * @return the attribute at the head of the stream as an {@code Object} in the
      * Java programming language;{@code null} if the attribute is SQL {@code NULL}
      * @exception SQLException if a database access error occurs
      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support