Compartir a través de


getConnection Method (SQLServerPooledConnection)

Creates an object handle for the physical connection that this SQLServerPooledConnection object represents.

public java.sql.Connection getConnection()

Valor devuelto

A Connection object.

Excepciones

java.sql.SQLException

Notas

This getConnection method is specified by the getConnection method in the javax.sql.PooledConnection interface.

Vea también

Referencia

SQLServerPooledConnection Class

Conceptos

SQLServerPooledConnection Methods
SQLServerPooledConnection Members