Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.2 KB

getconnection-method-sqlserverstatement.md

File metadata and controls

36 lines (27 loc) · 1.2 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getConnection Method (SQLServerStatement)
getConnection Method (SQLServerStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.getConnection
Assembly

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