Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.26 KB

File metadata and controls

42 lines (33 loc) · 1.26 KB
title close Method (SQLServerPooledConnection) | 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
SQLServerPooledConnection.close
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8de23939-aa84-47a1-aeb9-b03c69c090dc
author David-Engel
ms.author v-daenge

close Method (SQLServerPooledConnection)

[!INCLUDEDriver_JDBC_Download]

Closes the physical connection that this SQLServerPooledConnection object represents.

Syntax

  
public void close()  

Exceptions

java.sql.SQLException

Remarks

This close method is specified by the close method in the javax.sql.PooledConnection interface.

See Also

SQLServerPooledConnection Methods
SQLServerPooledConnection Members
SQLServerPooledConnection Class