Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 982 Bytes

free-method-sqlservernclob.md

File metadata and controls

34 lines (25 loc) · 982 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic
free Method (SQLServerNClob)
free Method (SQLServerNClob)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

free Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

This method frees the NCLOB 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.NClob interface.

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class