The JDBC RowSet implementations spec defines a set of implementations of the javax.sql.rowset interface which will be delivered in the core J2SE 1.5. Implementations include JDBCRowSet, CachedRowSet, WebRowSet, etc. A RowSet object encapsulates a set of rows that have been retrieved from a tabular data source.
Checkout JSR 114 page and downoad trhe spec.
-
JSR 114: JDBC Rowset Implementations Public Draft Available (3 messages)
- Posted by: Floyd Marinescu
- Posted on: June 26 2003 15:45 EDT
Threaded Messages (3)
- ADO.NET by Burek Jogurt on June 28 2003 01:04 EDT
- JSR 114: JDBC Rowset Implementations Public Draft Available by Leonard Gurevich on July 02 2003 15:47 EDT
-
ADO.NET[ Go to top ]
- Posted by: Burek Jogurt
- Posted on: June 28 2003 01:04 EDT
- in response to Floyd Marinescu
Very similar to DataSet(s) in ADO.NET -
ADO.NET[ Go to top ]
- Posted by: Eric Ma
- Posted on: June 28 2003 23:03 EDT
- in response to Burek Jogurt
Yes. Actually this JavaOne presentation gives more details in the similarity. -
JSR 114: JDBC Rowset Implementations Public Draft Available[ Go to top ]
- Posted by: Leonard Gurevich
- Posted on: July 02 2003 15:47 EDT
- in response to Floyd Marinescu
Nobody intrested in the subject? Nobody using CachedRowSet? Hmm...