jdk/src/share/classes/java/sql/PreparedStatement.java
changeset 14171 94eb36844bd7
parent 11016 e2665f4ac6d2
child 14342 8435a30053c1
equal deleted inserted replaced
14170:c819974fc133 14171:94eb36844bd7
   340      * @exception SQLException if parameterIndex does not correspond to a parameter
   340      * @exception SQLException if parameterIndex does not correspond to a parameter
   341      * marker in the SQL statement; if a database access error occurs or
   341      * marker in the SQL statement; if a database access error occurs or
   342      * this method is called on a closed <code>PreparedStatement</code>
   342      * this method is called on a closed <code>PreparedStatement</code>
   343      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
   343      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
   344      * this method
   344      * this method
   345      * @deprecated
   345      * @deprecated Use {@code setCharacterStream}
   346      */
   346      */
       
   347     @Deprecated
   347     void setUnicodeStream(int parameterIndex, java.io.InputStream x,
   348     void setUnicodeStream(int parameterIndex, java.io.InputStream x,
   348                           int length) throws SQLException;
   349                           int length) throws SQLException;
   349 
   350 
   350     /**
   351     /**
   351      * Sets the designated parameter to the given input stream, which will have
   352      * Sets the designated parameter to the given input stream, which will have