free Method (SQLServerBlob)

Download JDBC driver

This method frees the BLOB object and releases the resources that it holds.

Syntax

  
public void free()  

Exceptions

SQLServerException

Remarks

This free method is specified by the free method in the java.sql.Blob interface.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class