| CommonDataSource |
接口,定义它们之间的共同的方法
DataSource ,
XADataSource和
ConnectionPoolDataSource 。
|
| ConnectionEvent |
Event对象,提供有关连接相关事件源的信息。
|
| ConnectionEventListener |
注册要通知
PooledConnection对象生成的事件的对象。
|
| PooledConnection |
一个为连接池管理提供挂钩的对象。
|
| PooledConnectionBuilder |
从
ConnectionPoolDataSource对象创建的构建器,用于建立与
data source对象表示的数据库的连接。
|
| RowSet |
为JavaBeans™组件模型添加JDBC API支持的接口。
|
| RowSetEvent |
Event对象发生事件时生成的
RowSet对象。
|
| RowSetInternal |
RowSet对象为了将自身呈现给
RowSetReader或
RowSetWriter对象而实现的接口。
|
| RowSetListener |
一个接口,必须由希望在
RowSet对象的生命周期中发生重大事件时得到通知的组件实现。
|
| RowSetMetaData |
包含有关
RowSet对象中的列的
RowSet对象。
|
| StatementEvent |
A
StatementEvent发送至所有
StatementEventListener ,已在
PooledConnection注册。
|
| StatementEventListener |
注册以通知在Statement池中的PreparedStatements上发生的事件的对象。
|
| XAConnection |
为分布式事务提供支持的对象。
|
| XAConnectionBuilder |
从
XADataSource对象创建的构建器,用于建立与
data source对象表示的数据库的连接。
|