JavaTM Platform
Standard Ed. 6

インタフェース
javax.sql.PooledConnection の使用

PooledConnection を使用しているパッケージ
javax.sql サーバー側のデータソースアクセスと JavaTM プログラミング言語を使った処理に使用する API を提供します。 
 

javax.sql での PooledConnection の使用
 

javax.sql での PooledConnection のサブインタフェース
 interface XAConnection
          分散トランザクションをサポートするオブジェクトです。
 

PooledConnection を返す javax.sql のメソッド
 PooledConnection ConnectionPoolDataSource.getPooledConnection()
          プールされた接続として使用可能な、データベースへの物理接続の確立を試みます。
 PooledConnection ConnectionPoolDataSource.getPooledConnection(String user, String password)
          プールされた接続として使用可能な、データベースへの物理接続の確立を試みます。
 

PooledConnection 型のパラメータを持つ javax.sql のコンストラクタ
ConnectionEvent(PooledConnection con)
          指定した PooledConnection オブジェクトによって初期化された ConnectionEvent オブジェクトを構築します。
ConnectionEvent(PooledConnection con, SQLException ex)
          指定した PooledConnection オブジェクトと SQLException オブジェクトによって初期化された ConnectionEvent オブジェクトを構築します。
StatementEvent(PooledConnection con, PreparedStatement statement)
          指定された PooledConnectionPreparedStatement を持つ StatementEvent を構築します。
StatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)
          指定された PooledConnectionPreparedStatement、および SQLException を持つ StatementEvent を構築します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。