BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Package weblogic.jdbc.rowset

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
RowSetFactory RowSetFactory is a factory class for creating javax.sql.RowSet implementations.
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.
 

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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.