| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| 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オブジェクトを構築します。 | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。