Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.28 KB

File metadata and controls

41 lines (32 loc) · 1.28 KB
title getConnection Method (SQLServerStatement) | 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
SQLServerStatement.getConnection
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6f341d0b-265a-415e-abe5-8f408fedbb21
author David-Engel
ms.author v-daenge

getConnection Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the SQLServerConnection object that produced this SQLServerStatement object.

Syntax

  
public final java.sql.Connection getConnection()  

Exceptions

SQLServerException

Remarks

This getConnection method is specified by the getConnection method in the java.sql.Statement interface.

See Also

SQLServerStatement Members
SQLServerStatement Class