Looks okay, except I think you should make the initial capacity of the ArrayList 
bigger perhaps. 
I don't know.  Also, I would way rather have the ArrayList for my database-lookup 
trouble than
some ListIterator that I can only use once.

My 1.5 cents,

Jeff

--- Eric Alexander <[EMAIL PROTECTED]> wrote:
> Here's a patch to DBUtils that adds an executeQuery method:
> 
> public static Iterator executeQuery(Connection connection, String query,
> Object[] vals) throws SQLException
> 
> If null is found in the Object[], it will get passed to the driver. There's
> probably something better we can do with it, but it's a start.
> 
> 

> ATTACHMENT part 2 application/octet-stream name=DbUtils.patch
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to