Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 948 Bytes

File metadata and controls

34 lines (25 loc) · 948 Bytes
title free Method (SQLServerNClob)
description free Method (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic 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