Uses of Package
javax.sql.rowset
Packages that use javax.sql.rowset
Package
Description
Standard interfaces and base classes for JDBC 
RowSet
 implementations.The standard classes and interfaces that a third party vendor has to
 use in its implementation of a synchronization provider.
- 
Classes in javax.sql.rowset used by javax.sql.rowsetClassDescriptionThe interface that all standard implementations ofCachedRowSetmust implement.The standard interface that all standard implementations ofFilteredRowSetmust implement.The standard interface that all standard implementations ofJdbcRowSetmust implement.1.0 BackgroundTheJoinRowSetinterface provides a mechanism for combining related data from differentRowSetobjects into oneJoinRowSetobject, which represents an SQLJOIN.The standard interface that provides the framework for allFilteredRowSetobjects to describe their filters.An interface that defines the implementation of a factory that is used to obtain different types ofRowSetimplementations.An extension ofSQLExceptionthat provides information about database warnings set onRowSetobjects.The standard interface that all implementations of aWebRowSetmust implement.
- 
Classes in javax.sql.rowset used by javax.sql.rowset.spiClassDescriptionThe standard interface that all implementations of aWebRowSetmust implement.