Uses of Package
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.
-
ClassDescriptionThe interface that all standard implementations of
CachedRowSet
must implement.The standard interface that all standard implementations ofFilteredRowSet
must implement.The standard interface that all standard implementations ofJdbcRowSet
must implement.1.0 BackgroundTheJoinRowSet
interface provides a mechanism for combining related data from differentRowSet
objects into oneJoinRowSet
object, which represents an SQLJOIN
.The standard interface that provides the framework for allFilteredRowSet
objects to describe their filters.An interface that defines the implementation of a factory that is used to obtain different types ofRowSet
implementations.An extension ofSQLException
that provides information about database warnings set onRowSet
objects.The standard interface that all implementations of aWebRowSet
must implement. -
ClassDescriptionThe standard interface that all implementations of a
WebRowSet
must implement.