getConnection 方法 (SQLServerPooledConnection)
为此 SQLServerPooledConnection 对象表示的物理连接创建对象句柄。
语法
public java.sql.Connection getConnection()
返回值
一个 Connection 对象。
例外
java.sql.SQLException
注解
此 getConnection 方法是由 javax.sql.PooledConnection 接口中的 getConnection 方法指定的。
另请参阅
SQLServerPooledConnection 方法
SQLServerPooledConnection 成员
SQLServerPooledConnection 类