| Author |
RowSet confusion...
|
Leroy J Brown
Ranch Hand
Joined: Dec 02, 2007
Posts: 71
|
|
Hello friends, So... I'm working on a project right now that is my first relatively complex one involving jdbc. I'm supposed to be writing some DAOs and the return value for some of the methods is a RowSet. During some previous training I was introduced to the RowSet and from its constructor it looked like it was just a wrapper class for ResultSet. Pie. But now that I actually have to use RowSets I'm getting confused. I can't seem to find a concrete RowSet. Can someone please point me to where I can get a hold of a class in the API that provides implementation of RowSet behavior?
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1112
|
|
|
http://www.oracle.com/technology/sample_code/tutorials/rowset/rowsettoc.html
|
 |
 |
|
|
subject: RowSet confusion...
|
|
|