Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Package weblogic.jdbc.rowset

Provides interfaces and classes for the WebLogic rowset implementation.

See:
          Description

Interface Summary
SortedRowSet SortedRowSet allows users associate a Comparator with itself to sort its rows.
WLCachedRowSet WLCachedRowSet is an extension to the javax.sql.RowSet interface.
WLRowSetMetaData WLRowSetMetaData extends the javax.sql.RowSetMetaData interface with extended meta-data methods.
 

Class Summary
CachedRowSetImpl CachedRowSet is an implementation of the JDBC RowSet API (javax.sql.RowSet).
FilteredRowSetImpl FilteredRowSetImpl is an implementation of the JDBC FilteredRowSet API (javax.sql.FilteredRowSet).
JdbcRowSetImpl JdbcRowSet is an implementation of the JDBC RowSet API (javax.sql.RowSet).
JoinRowSetImpl JoinRowSetImpl is an implementation of the JDBC JoinRowSet API (javax.sql.JoinRowSet).
RowSetFactory RowSetFactory is a factory class for creating javax.sql.RowSet implementations.
RowSetNClob  
SQLComparator SQLComparator is a default implementation of the Comparator interface.
SQLPredicate SQLPredicate is an out-of-box implementation of JDBC RowSet API (javax.sql.rowset.Predicate) interface.
WebRowSetImpl WebRowSetImpl is an implementation of the JDBC WebRowSet API (javax.sql.WebRowSet).
 

Exception Summary
NullUpdateException An exception is thrown when no update will be issued because of metadata settings.
OptimisticConflictException An exception is thrown when an optimistic conflict occurs during WLCachedRowSet.acceptChanges
RowNotFoundException An exception is thrown when syncing with the datasource, but the corresponding row has already been removed from the datasource.
 

Package weblogic.jdbc.rowset Description

Provides interfaces and classes for the WebLogic rowset implementation.


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04