This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes JDBC and the fly likes javax.sql.RowSet, CachedRowSet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "javax.sql.RowSet, CachedRowSet" Watch "javax.sql.RowSet, CachedRowSet" New topic
Author

javax.sql.RowSet, CachedRowSet

Sean Sullivan
Ranch Hand

Joined: Sep 09, 2001
Posts: 427
What is the scoop regarding the CachedRowSet?
Does each vendor provide an implementation?
Resources:
http://www.jcp.org/jsr/detail/114.jsp
http://developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html
http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow.html
http://developer.java.sun.com/developer/earlyAccess/crs/
http://www.jguru.com/faq/JDBC
javax.sql.RowSet
http://java.sun.com/j2se/1.4.1/docs/api/javax/sql/RowSet.html

Oracle's JDBC driver 9.2.0.1.0
2629 Thu Apr 25 23:05:46 PDT 2002 javax/sql/RowSet.class
258 Thu Apr 25 23:05:48 PDT 2002 javax/sql/RowSetEvent.class
454 Thu Apr 25 23:05:48 PDT 2002 javax/sql/RowSetInternal.class
271 Thu Apr 25 23:05:48 PDT 2002 javax/sql/RowSetListener.class
849 Thu Apr 25 23:05:48 PDT 2002 javax/sql/RowSetMetaData.class
241 Thu Apr 25 23:05:48 PDT 2002 javax/sql/RowSetReader.class
242 Thu Apr 25 23:05:48 PDT 2002 javax/sql/RowSetWriter.class
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: javax.sql.RowSet, CachedRowSet
 
Similar Threads
Data Caching in EJB application
Disconnected Rowset in Java
Returning ResultSet from an EJB
Does ResultSet close when connection closes?
ResultSet over a socket