The doc for CachedRowSet.populate(ResultSet rs, int startRow) is incomplete when describe what startRow does.
<From the doc>
populate
void populate(ResultSet rs,
int startRow)
throws SQLException
|
|
V
Parameters:
startRow - the
rs - the ResultSet object containing the data to be read into this CachedRowSet object
It is showing up on both mustang and tiger doc.
http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/rowset/CachedRowSet.html
<From the doc>
populate
void populate(ResultSet rs,
int startRow)
throws SQLException
|
|
V
Parameters:
startRow - the
rs - the ResultSet object containing the data to be read into this CachedRowSet object
It is showing up on both mustang and tiger doc.
http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/rowset/CachedRowSet.html