Bug 3593 - Statement/ResultSet enhancement
Summary: Statement/ResultSet enhancement
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: DBTags Taglib (show other bugs)
Version: 1.0
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-13 15:01 UTC by Jonathan Regehr
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Regehr 2001-09-13 15:01:28 UTC
Please change the statement tag to create scrollable resultsets.  Please also 
add a tag to return the total rowcount of a query without having to loop over 
the result set.
Comment 1 Morgan Delagrange 2002-04-15 04:11:59 UTC
There are not currently any plans to allow for scrollable resultsets.  As far 
as I know, JDBC does not support returning the total row counts without reading 
the rows of the ResultSet, only for obtaining the number of the current row.