initial capacity, +1.

Iterator will need arguing. I don't believe people need to get collections
back from an API, they need the lowest common denominator and my view is
that this is an iterator.

It's something that always starts arguments though :)

Hen

On Thu, 21 Nov 2002, Jeff Varszegi wrote:

> 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]>
>
>


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

Reply via email to