次の方法で共有


getConnection メソッド (SQLServerPooledConnection)

JDBC ドライバーのダウンロード

SQLServerPooledConnection オブジェクトが表す物理的な接続用のオブジェクト ハンドルを作成します。

構文

  
public java.sql.Connection getConnection()  

戻り値

Connection オブジェクトです。

例外

java.sql.SQLException

解説

この getConnection メソッドは、javax.sql.PooledConnection インターフェイスの getConnection メソッドによって指定されます。

参照

SQLServerPooledConnection のメソッド
SQLServerPooledConnection のメンバー
SQLServerPooledConnection クラス