src/share/classes/javax/sql/rowset/BaseRowSet.java

Print this page

        

@@ -2387,11 +2387,11 @@
      *         or the number of bytes the driver reads and sends to the database is
      *         not equal to the number of bytes specified in <i>length</i>
      * @deprecated getCharacterStream should be used in its place
      * @see #getParams
      */
-
+    @Deprecated
     public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException {
         Object unicodeStream[];
         checkParamIndex(parameterIndex);
 
         unicodeStream = new Object[3];