Array
object and releases the resources that it holds. The object is invalid once the free
method is called. After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if an error occurs releasingthe Array's resources @exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method @since 1.6
Blob
object and releases the resources that it holds. The object is invalid once the free
method is called. After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if an error occurs releasingthe Blob's resources @exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method @since 1.6
Clob
object and releases the resources the resources that it holds. The object is invalid once the free
method is called. After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if an error occurs releasingthe Clob's resources @exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method @since 1.6
free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if there is an error freeing the XML value.
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
If {@code free} is called multiple times, thesubsequent calls to {@code free} are treated as a no-op.
@throws SQLException if an error occurs releasing the Blob's resources @since 1.6Releases the specified connection and returns it to the pool.
@param connection A JDBC connection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|