jdk/src/share/classes/java/sql/CallableStatement.java
changeset 21278 ef8a3a2a72f2
parent 20880 1b610151b316
child 21950 db3c826749f7
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  1898      * value to.
  1898      * value to.
  1899      * @param length the number of bytes in the parameter data.
  1899      * @param length the number of bytes in the parameter data.
  1900      * @throws SQLException  if parameterName does not correspond to a named
  1900      * @throws SQLException  if parameterName does not correspond to a named
  1901      * parameter; if the length specified
  1901      * parameter; if the length specified
  1902      * is less than zero; if the number of bytes in the inputstream does not match
  1902      * is less than zero; if the number of bytes in the inputstream does not match
  1903      * the specfied length; if a database access error occurs or
  1903      * the specified length; if a database access error occurs or
  1904      * this method is called on a closed <code>CallableStatement</code>
  1904      * this method is called on a closed <code>CallableStatement</code>
  1905      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
  1905      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
  1906      * this method
  1906      * this method
  1907      *
  1907      *
  1908      * @since 1.6
  1908      * @since 1.6