Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.28 KB

getconnection-method-sqlserverpooledconnection.md

File metadata and controls

40 lines (30 loc) · 1.28 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getConnection Method (SQLServerPooledConnection)
getConnection Method (SQLServerPooledConnection)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerPooledConnection.getConnection
Assembly

getConnection Method (SQLServerPooledConnection)

[!INCLUDEDriver_JDBC_Download]

Creates an object handle for the physical connection that this SQLServerPooledConnection object represents.

Syntax

  
public java.sql.Connection getConnection()  

Return Value

A Connection object.

Exceptions

java.sql.SQLException

Remarks

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

See Also

SQLServerPooledConnection Methods
SQLServerPooledConnection Members
SQLServerPooledConnection Class