Bug 3593

Summary: Statement/ResultSet enhancement
Product: Taglibs Reporter: Jonathan Regehr <jonathan.h.regehr>
Component: DBTags TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED LATER    
Severity: enhancement    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: All   
OS: All   

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.