Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.04 KB

File metadata and controls

37 lines (28 loc) · 1.04 KB
title free Method (SQLServerNClob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid ff46e669-a719-4dad-8b1a-3a6478175d41
author David-Engel
ms.author v-daenge

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