jdk/src/share/classes/java/sql/Array.java
changeset 23590 ffd8b0b70511
parent 23010 6dadb192ad81
child 25976 4de01a56e3ee
equal deleted inserted replaced
23589:05e692d15fcd 23590:ffd8b0b70511
   346     throws SQLException;
   346     throws SQLException;
   347     /**
   347     /**
   348      * This method frees the <code>Array</code> object and releases the resources that
   348      * This method frees the <code>Array</code> object and releases the resources that
   349      * it holds. The object is invalid once the <code>free</code>
   349      * it holds. The object is invalid once the <code>free</code>
   350      * method is called.
   350      * method is called.
   351      *<p>
   351      * <p>
   352      * After <code>free</code> has been called, any attempt to invoke a
   352      * After <code>free</code> has been called, any attempt to invoke a
   353      * method other than <code>free</code> will result in a <code>SQLException</code>
   353      * method other than <code>free</code> will result in a <code>SQLException</code>
   354      * being thrown.  If <code>free</code> is called multiple times, the subsequent
   354      * being thrown.  If <code>free</code> is called multiple times, the subsequent
   355      * calls to <code>free</code> are treated as a no-op.
   355      * calls to <code>free</code> are treated as a no-op.
   356      *<p>
       
   357      *
   356      *
   358      * @throws SQLException if an error occurs releasing
   357      * @throws SQLException if an error occurs releasing
   359      * the Array's resources
   358      * the Array's resources
   360      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
   359      * @exception SQLFeatureNotSupportedException if the JDBC driver does not support
   361      * this method
   360      * this method