| パッケージ | 説明 | 
|---|---|
| javax.sql | 
 JavaTMプログラミング言語からのサーバー側のデータ・ソースのアクセスと処理に使用するAPIを提供します。 
 | 
| 修飾子と型 | インタフェースと説明 | 
|---|---|
interface  | 
XAConnection
分散トランザクションをサポートするオブジェクトです。 
 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
PooledConnection | 
ConnectionPoolDataSource.getPooledConnection()
プールされた接続として使用可能な、データベースへの物理接続の確立を試みます。 
 | 
PooledConnection | 
ConnectionPoolDataSource.getPooledConnection(String user, String password)
プールされた接続として使用可能な、データベースへの物理接続の確立を試みます。 
 | 
| コンストラクタと説明 | 
|---|
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を構築します。 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
 Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.