Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.19 KB

File metadata and controls

38 lines (29 loc) · 1.19 KB
title close Method (SQLServerPooledConnection)
description close Method (SQLServerPooledConnection)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPooledConnection.close
apitype Assembly

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