Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.18 KB

close-method-sqlserverpooledconnection.md

File metadata and controls

37 lines (28 loc) · 1.18 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
close Method (SQLServerPooledConnection)
close Method (SQLServerPooledConnection)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerPooledConnection.close
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