| 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 javax.sql 的软件包 | |
|---|---|
| javax.sql | 为通过 JavaTM 编程语言进行服务器端数据源访问和处理提供 API。 | 
| javax.sql.rowset | JDBC RowSet 实现的标准接口和基类。  | 
| javax.sql.rowset.spi | 第三方供应商在其同步提供者的实现中必须使用的标准类和接口。 | 
| javax.sql 使用的 javax.sql 中的类 | |
|---|---|
| CommonDataSource
 此接口定义在 DataSource、XADataSource 和 ConnectionPoolDataSource 之间公用的方法。 | 
|
| ConnectionEvent
 提供关于连接相关事件的源信息的 Event 对象。 | 
|
| ConnectionEventListener
 注册该对象便可获得由 PooledConnection 对象生成的事件的通知。 | 
|
| PooledConnection
 为连接池管理提供钩子 (hook) 的对象。  | 
|
| RowSet
 该接口添加了对 JavaBeansTM 组件模型的 JDBC API 支持。  | 
|
RowSetEvent
RowSet 对象发生事件时生成的 Event 对象。 | 
|
| RowSetInternal
 为了将自身呈现给 RowSetReader 或 RowSetWriter 对象的 RowSet 对象实现应实现该接口。 | 
|
| RowSetListener
 要在 RowSet 对象的生命周期内发生重要事件时得到通知的组件必须实现该接口。 | 
|
| RowSetMetaData
 该对象包含关于 RowSet 对象的列的信息。 | 
|
StatementEvent
StatementEvent 被传送给所有用 PooledConnection 注册的 StatementEventListener。 | 
|
| StatementEventListener
 注册为能获得 Statement 池中 PreparedStatement 上所发生事件的通知的对象。  | 
|
| XAConnection
 为分布式事务提供支持的对象。  | 
|
| javax.sql.rowset 使用的 javax.sql 中的类 | |
|---|---|
| RowSet
 该接口添加了对 JavaBeansTM 组件模型的 JDBC API 支持。  | 
|
RowSetEvent
RowSet 对象发生事件时生成的 Event 对象。 | 
|
| RowSetListener
 要在 RowSet 对象的生命周期内发生重要事件时得到通知的组件必须实现该接口。 | 
|
| RowSetMetaData
 该对象包含关于 RowSet 对象的列的信息。 | 
|
| javax.sql.rowset.spi 使用的 javax.sql 中的类 | |
|---|---|
| RowSet
 该接口添加了对 JavaBeansTM 组件模型的 JDBC API 支持。  | 
|
| RowSetReader
 该设施供非连接 RowSet 对象调用以填充数据行。 | 
|
| RowSetWriter
 实现 RowSetWriter 接口的对象,称为 writer。 | 
|
  | 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。