API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.sql.rowset
Author(s)
Since
Version
Serial
Description
  Standard interfaces and base classes for JDBC RowSet implementations.
See also:   
BaseRowSet View Source An abstract class providing a RowSet object with its basic functionality.
CachedRowSet View Source The interface that all standard implementations of CachedRowSet must implement.
FilteredRowSet View Source The standard interface that all standard implementations of FilteredRowSet must implement.
JdbcRowSet View Source The standard interface that all standard implementations of JdbcRowSet must implement.
Joinable View Source 1.0 Background
JoinRowSet View Source The JoinRowSet interface provides a mechanism for combining related data from different RowSet objects into one JoinRowSet object, which represents an SQL JOIN.
Predicate View Source The standard interface that provides the framework for all FilteredRowSet objects to describe their filters.
RowSetMetaDataImpl View Source Provides implementations for the methods that set and get metadata information about a RowSet object's columns.
RowSetWarning View Source An extension of SQLException that provides information about database warnings set on RowSet objects.
WebRowSet View Source The standard interface that all implementations of a WebRowSet must implement.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar