Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 973 Bytes

free-method-sqlserverclob.md

File metadata and controls

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

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