Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.15 KB

File metadata and controls

37 lines (28 loc) · 1.15 KB
title close Method (SQLServerPooledConnection)
description close Method (SQLServerPooledConnection)
author David-Engel
ms.author davidengel
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