Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.03 KB

File metadata and controls

37 lines (28 loc) · 1.03 KB
title free Method (SQLServerClob) | 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 f3845548-5186-4986-953c-ddce14057ec1
author David-Engel
ms.author v-daenge

free Method (SQLServerClob)

[!INCLUDEDriver_JDBC_Download]

This method frees the CLOB 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.Clob interface.

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class