|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| 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)
指定された PooledConnection と PreparedStatement を持つ StatementEvent を構築します。 |
|
StatementEvent(PooledConnection con,
PreparedStatement statement,
SQLException exception)
指定された PooledConnection、PreparedStatement、および SQLException を持つ StatementEvent を構築します。 |
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。