free Method (SQLServerBlob)

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

Note

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public void free()

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerBlob Class

Concepts

SQLServerBlob Methods
SQLServerBlob Members