A B C D E F G I L M N P R S T U W

C

CachedRowSetX - Interface in com.sun.sql.rowset
The extened interface that all implementations of CachedRowSetX must implement.
CachedRowSetXImpl - Class in com.sun.sql.rowset
The reference implementation of the CachedRowSetX interface.
CachedRowSetXImpl() - Constructor for class com.sun.sql.rowset.CachedRowSetXImpl
Constructs a default CachedRowSetXImpl object instance.
CachedRowSetXImpl(Hashtable) - Constructor for class com.sun.sql.rowset.CachedRowSetXImpl
Provides a CachedRowSetXImpl instance with the same default properties as as the zero parameter constructor.
CachedRowSetXImpl5 - Class in com.sun.sql.rowset
The reference implementation of the CachedRowSetX interface.
CachedRowSetXImpl5() - Constructor for class com.sun.sql.rowset.CachedRowSetXImpl5
 
CachedRowSetXReader - Class in com.sun.sql.rowset.internal
An implementation of RowSetReader to work with CachedRowSetX rowsets.
CachedRowSetXReader() - Constructor for class com.sun.sql.rowset.internal.CachedRowSetXReader
 
CachedRowSetXWriter - Class in com.sun.sql.rowset.internal
An implementation of RowSetWriter to work with CachedRowSetX rowsets.
CachedRowSetXWriter() - Constructor for class com.sun.sql.rowset.internal.CachedRowSetXWriter
 
cancelRowUpdates() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
cancelRowUpdates() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Rolls back any updates made to the current row of this CachedRowSetXImpl object and notifies listeners that a row has changed.
clearWarnings() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
clearWarnings() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Clears all the warnings reporeted for the CachedRowSetXImpl object.
clone() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Returns a new RowSet object containing by the same data as this CachedRowSetXImpl object.
clone() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Returns a new RowSet object containing by the same data as this CachedRowSetXImpl object.
close() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
close() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Closes this CachedRowSetXImpl objecy and releases any resources it was using.
closeConnection() - Method in class com.sun.sql.rowset.internal.CachedRowSetXWriter
 
columnUpdated(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
columnUpdated(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
columnUpdated(int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Indicates whether the designated column of the current row of this CachedRowSetXImpl object has been updated.
columnUpdated(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Indicates whether the designated column of the current row of this CachedRowSetXImpl object has been updated.
com.sun.sql.rowset - package com.sun.sql.rowset
Provides classes and interfaces for handling result sets returned by databases.
com.sun.sql.rowset.internal - package com.sun.sql.rowset.internal
 
com.sun.sql.rowset.providers - package com.sun.sql.rowset.providers
 
commit() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
commit() - Method in class com.sun.sql.rowset.internal.CachedRowSetXWriter
 
commit() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Commits all changes performed by the acceptChanges() methods
connect(RowSetInternal) - Method in class com.sun.sql.rowset.internal.CachedRowSetXReader
Establishes a connection with the data source for the given RowSet object.
createCopy() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
createCopy() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Creates a RowSet object that is a deep copy of this CachedRowSetXImpl object's data, including constraints.
createCopyNoConstraints() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
createCopyNoConstraints() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Creates a CachedRowSet object that is a copy of this CachedRowSetXImpl object's data only.
createCopySchema() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
createCopySchema() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Creates a RowSet object that is a copy of this CachedRowSetXImpl object's table structure and the constraints only.
createInternalUseInstance() - Static method in class com.sun.sql.rowset.CachedRowSetXImpl
 
createShared() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
createShared() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Returns a new RowSet object backed by the same data as that of this CachedRowSetXImpl object and sharing a set of cursors with it.
cursorPos - Variable in class com.sun.sql.rowset.CachedRowSetXImpl5
The current postion of the cursor in this CachedRowSetXImpl object.

A B C D E F G I L M N P R S T U W