Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.44 KB

getpooledconnection-method.md

File metadata and controls

41 lines (31 loc) · 1.44 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getPooledConnection Method ()
getPooledConnection Method ()
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnectionPoolDataSource.getPooledConnection ()
Assembly

getPooledConnection Method ()

[!INCLUDEDriver_JDBC_Download]

Tries to establish a physical database connection that can be used as a pooled connection.

Syntax

  
public javax.sql.PooledConnection getPooledConnection()  

Return Value

A SQLServerPooledConnection object.

Exceptions

java.sql.SQLException

Remarks

This getPooledConnection method is specified by the getPooledConnection method in the javax.sql.ConnectionPoolDataSource interface.

See Also

getPooledConnection
SQLServerConnectionPoolDataSource Methods
SQLServerConnectionPoolDataSource Members
SQLServerConnectionPoolDataSource Class