Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.2 KB

File metadata and controls

41 lines (32 loc) · 1.2 KB
title close Method (SQLServerStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerStatement.close
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 84a25d64-dd3e-4696-bb5f-4eaf391fab7e
author David-Engel
ms.author v-daenge

close Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Releases this SQLServerStatement object's database and JDBC resources 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

SQLServerStatement Members
SQLServerStatement Class