Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 937 Bytes

File metadata and controls

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

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