| title | getConnection Method (SQLServerPooledConnection) |
|---|---|
| description | getConnection 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.getConnection |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Creates an object handle for the physical connection that this SQLServerPooledConnection object represents.
public java.sql.Connection getConnection()
A Connection object.
java.sql.SQLException
This getConnection method is specified by the getConnection method in the javax.sql.PooledConnection interface.
SQLServerPooledConnection Methods
SQLServerPooledConnection Members
SQLServerPooledConnection Class