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 对象表示的数据库的连接。 |