次の方法で共有


close メソッド (SQLServerPooledConnection)

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

SQLServerPooledConnection オブジェクトが表す物理的な接続を終了します。

構文

  
public void close()  

例外

java.sql.SQLException

解説

close メソッドは、javax.sql.PooledConnection インターフェイスの close メソッドで規定されています。

参照

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