Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.57 KB

File metadata and controls

46 lines (36 loc) · 1.57 KB
title getPooledConnection Method () | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerConnectionPoolDataSource.getPooledConnection ()
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid aad6c325-3398-462c-aa6e-201dc89fa5ef
author David-Engel
ms.author v-daenge

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