Change it to  "public Object handle(ResultSet rs) throws SQLException".
 "Object params[], Object userObject" was for "ProcedureUtils".



----- Original Message ----- 
From: "David Graham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 22, 2003 7:10 PM
Subject: [dbutils] ResultSetHandler.handle() method


> Currently, the ResultSetHandler.handle() method has this signature:
> 
> public Object handle(ResultSet rs, Object params[], Object userObject)
>         throws SQLException;
> 
> The mail archives show the initial suggestions was the simpler:
> 
> public Object handle(ResultSet rs) throws SQLException;
> 
> None of the handler implementations in DbUtils use the "params" or
> "userObject" parameters and the cvs commit that made this change gives no
> reason why it was made.  What is the use case supporting the additional
> parameters?  Should we go back to the original version that just takes a
> ResultSet?
> 
> David
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to