Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.28 KB

File metadata and controls

40 lines (30 loc) · 1.28 KB
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

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