Share via


free Method (SQLServerNClob)

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

Note

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

Syntax

public void free()

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerNClob Class

Concepts

SQLServerNClob Methods

SQLServerNClob Members