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 (SQLServerBlob) | 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 18a5732f-a246-4483-bcfb-169f25917467
author David-Engel
ms.author v-daenge

free Method (SQLServerBlob)

[!INCLUDEDriver_JDBC_Download]

This method frees the BLOB 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.Blob interface.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class