| 软件包 | 描述 | 
|---|---|
| javax.sql | 
           为Java 
          TM编程语言提供服务器端数据源访问和处理API。 
          | 
| javax.sql.rowset | 
           JDBC 
           RowSet实现的标准接口和基类。 | 
| javax.sql.rowset.spi | 
           第三方供应商在实施同步提供程序时必须使用的标准类和接口。 
          | 
| Class and Description | 
|---|
| CommonDataSource 
           接口,定义它们之间的共同的方法 
           DataSource,XADataSource和ConnectionPoolDataSource。 | 
| ConnectionEvent 
           一个 
           Event对象,提供有关连接相关事件源的信息。 | 
| ConnectionEventListener 
           注册通知一个由一个 
           PooledConnection对象生成的事件的对象。 | 
| PooledConnection 
           提供连接池管理钩子的对象。 
          | 
| RowSet 
           该接口为JavaBeans组件模型的JDBC API添加了支持。 
          | 
| RowSetEvent 
           一个 
           Event当事件发生时,以所生成的对象RowSet对象。 | 
| RowSetInternal 
           一个 
           RowSet对象实现的接口,以便向RowSetReader或RowSetWriter对象呈现自身。 | 
| RowSetListener 
           一个必须由组件实现的接口,当组件在 
           RowSet对象的生命中发生重大事件时,该组件希望被通知。 | 
| RowSetMetaData 
           一个对象,其中包含有关 
           RowSet对象中的列的RowSet。 | 
| StatementEvent 
           A 
           StatementEvent发送到所有StatementEventListener,其中已注册了PooledConnection。 | 
| StatementEventListener 
           注册在“声明”池中的PreparedStatements上发生的事件的通知对象。 
          | 
| XAConnection 
           为分布式事务提供支持的对象。 
          | 
| Class and Description | 
|---|
| RowSet 
           该接口为JavaBeans组件模型的JDBC API添加了支持。 
          | 
| RowSetEvent Event对象在Event对象发生事件时RowSet。 | 
| RowSetListener 
           一个接口,必须由一个组件实现,该组件希望在 
           RowSet对象的生命中发生重大事件时被通知。 | 
| RowSetMetaData 
           一个对象,其中包含有关 
           RowSet对象中的列的RowSet。 | 
| Class and Description | 
|---|
| RowSet 
           该接口为JavaBeans组件模型的JDBC API添加了支持。 
          | 
| RowSetReader 
           断开连接的 
           RowSet对象调用的工具将自己填充数据行。 | 
| RowSetWriter 
           一个实现 
           RowSetWriter接口的对象,称为 
          写入器 。 | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.