getConnection Method (SQLServerStatement)

Download JDBC driver

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