| 软件包 | 描述 | 
|---|---|
| javax.sql.rowset | 
           JDBC 
           RowSet实现的标准接口和基类。 | 
| javax.sql.rowset.spi | 
           第三方供应商在实施同步提供程序时必须使用的标准类和接口。 
          | 
| Class and Description | 
|---|
| CachedRowSet 
           CachedRowSet的所有标准 
           CachedRowSet必须实现的接口。 | 
| FilteredRowSet 
           FilteredRowSet的所有标准 
           FilteredRowSet必须实现的标准接口。 | 
| JdbcRowSet 
           JdbcRowSet的所有标准 
           JdbcRowSet必须实现的标准接口。 | 
| Joinable 
           1.0背景 
          | 
| JoinRowSet JoinRowSet接口提供了将来自不同RowSet对象的相关数据RowSet到一个JoinRowSet对象中的机制,代表SQLJOIN。 | 
| Predicate 
           标准接口为所有 
           FilteredRowSet对象提供FilteredRowSet来描述其过滤器。 | 
| RowSetFactory 
           一个定义工厂实现的接口,用于获取不同类型的 
           RowSet实现。 | 
| RowSetWarning 
           SQLException的 
           SQLException,提供有关在RowSet对象上设置的数据库警告的信息。 | 
| WebRowSet 
           WebRowSet的所有 
           WebRowSet必须实现的标准接口。 | 
| Class and Description | 
|---|
| WebRowSet 
           WebRowSet的所有 
           WebRowSet必须实现的标准接口。 | 
 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.