Uses of Class
com.sun.sql.rowset.internal.CachedRowSetXReader

Packages that use CachedRowSetXReader
com.sun.sql.rowset.internal   
 

Uses of CachedRowSetXReader in com.sun.sql.rowset.internal
 

Methods in com.sun.sql.rowset.internal that return CachedRowSetXReader
 CachedRowSetXReader CachedRowSetXWriter.getReader()
          Gets the reader for this writer.
 

Methods in com.sun.sql.rowset.internal with parameters of type CachedRowSetXReader
 void CachedRowSetXWriter.setReader(CachedRowSetXReader reader)
          Sets the reader for this writer to the given reader.