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.
  • Class
    Description
    The interface that all standard implementations of CachedRowSet must implement.
    The standard interface that all standard implementations of FilteredRowSet must implement.
    The standard interface that all standard implementations of JdbcRowSet must implement.
    1.0 Background
    The JoinRowSet interface provides a mechanism for combining related data from different RowSet objects into one JoinRowSet object, which represents an SQL JOIN.
    The standard interface that provides the framework for all FilteredRowSet objects to describe their filters.
    An interface that defines the implementation of a factory that is used to obtain different types of RowSet implementations.
    An extension of SQLException that provides information about database warnings set on RowSet objects.
    The standard interface that all implementations of a WebRowSet must implement.
  • Class
    Description
    The standard interface that all implementations of a WebRowSet must implement.