Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

File metadata and controls

36 lines (27 loc) · 1.08 KB
title close Method (SQLServerPreparedStatement)
description close Method (SQLServerPreparedStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.close
apitype Assembly

close Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Releases the database and JDBC resources of this Statement object immediately instead of waiting for them to be automatically released.

Syntax

  
public void close()  

Exceptions

SQLServerException

Remarks

This close method is specified by the close method in the java.sql.Statement interface.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class