On Sep 22, 2:30 pm, Chouser wrote:
> On Mon, Sep 21, 2009 at 5:22 PM, sross wrote:
>
> > Hi All,
>
> > I'm looking for a bit of advice for calling a java method which has a
> > few different signatures (such as Connection.prepareStatement).
> > Is there a cleaner way of passing a variable numb
On Mon, Sep 21, 2009 at 5:22 PM, sross wrote:
>
> Hi All,
>
> I'm looking for a bit of advice for calling a java method which has a
> few different signatures (such as Connection.prepareStatement).
> Is there a cleaner way of passing a variable number of arguments to
> the method, such as
>
> (
On Sep 21, 11:35 pm, pmf wrote:
> On Sep 21, 11:22 pm, sross wrote:
>
> > I'm looking for a bit of advice for calling a java method which has a
> > few different signatures (such as Connection.prepareStatement).
> > Is there a cleaner way of passing a variable number of arguments to
> > the me
On Sep 21, 11:22 pm, sross wrote:
> I'm looking for a bit of advice for calling a java method which has a
> few different signatures (such as Connection.prepareStatement).
> Is there a cleaner way of passing a variable number of arguments to
> the method, such as
>
> (apply (memfn prepareStatem
Hi All,
I'm looking for a bit of advice for calling a java method which has a
few different signatures (such as Connection.prepareStatement).
Is there a cleaner way of passing a variable number of arguments to
the method, such as
(apply (memfn prepareStatement) (sql/connection) args)
or is d