getConnection Method (SQLServerPooledConnection)

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

public java.sql.Connection getConnection()

返回值

A Connection object.

异常

java.sql.SQLException

备注

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

另请参见

参考

SQLServerPooledConnection Class

概念

SQLServerPooledConnection Methods
SQLServerPooledConnection Members