com.sun.sql.rowset package
Provides classes and interfaces for handling result sets returned by databases.
These classes are capable of retrieving, updating, inserting and deleting rows from
resultsets in a disconnected ({@link com.sun.sql.rowset.CachedRowSetX}) or connected
({@link javax.sql.rowset.JdbcRowSet}) manner.
The {@link com.sun.sql.rowset.CachedRowSetX} interface
is an extension of the {@link javax.sql.rowset.CachedRowSet}
interface. See {@link javax.sql.rowset.CachedRowSet} for how to use
{@link javax.sql.rowset.JdbcRowSet}s. See
{@link com.sun.sql.rowset.CachedRowSetX} for the details
of the extensions in this package.
This package also contains the following (see the
documentation each interface/class for details).
- {@link com.sun.sql.rowset.BaseRowSetX}: An extension of {@link javax.sql.rowset.BaseRowSet}
- {@link com.sun.sql.rowset.CachedRowSetXImpl}: An implementation of {@link com.sun.sql.rowset.CachedRowSetX}
- {@link com.sun.sql.rowset.RowSetMetaDataX}: An extension of {@link javax.sql.RowSetMetaData}
- {@link com.sun.sql.rowset.RowSetMetaDataXImpl}: An implementation of {@link com.sun.sql.rowset.RowSetMetaDataX}
- {@link com.sun.sql.rowset.SyncResolverX}: An implementation of {@link javax.sql.rowset.spi.SyncResolver}
Package Specification
(none)
Related Documentation
|