Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.39 KB

File metadata and controls

45 lines (35 loc) · 1.39 KB
title getConnection Method (SQLServerPooledConnection) | 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
SQLServerPooledConnection.getConnection
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 05bdb61f-26e8-480f-a1c1-1e46a8ed4b70
author David-Engel
ms.author v-daenge

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