jdk/src/share/classes/javax/sql/rowset/BaseRowSet.java
changeset 14171 94eb36844bd7
parent 11129 f9ad1aadf3fa
child 14179 4681260d262a
equal deleted inserted replaced
14170:c819974fc133 14171:94eb36844bd7
  2387      *         or the number of bytes the driver reads and sends to the database is
  2387      *         or the number of bytes the driver reads and sends to the database is
  2388      *         not equal to the number of bytes specified in <i>length</i>
  2388      *         not equal to the number of bytes specified in <i>length</i>
  2389      * @deprecated getCharacterStream should be used in its place
  2389      * @deprecated getCharacterStream should be used in its place
  2390      * @see #getParams
  2390      * @see #getParams
  2391      */
  2391      */
  2392 
  2392     @Deprecated
  2393     public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException {
  2393     public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException {
  2394         Object unicodeStream[];
  2394         Object unicodeStream[];
  2395         checkParamIndex(parameterIndex);
  2395         checkParamIndex(parameterIndex);
  2396 
  2396 
  2397         unicodeStream = new Object[3];
  2397         unicodeStream = new Object[3];