implementing setObject(n, java array[]) - Mailing list pgsql-jdbc

From Dave Cramer
Subject implementing setObject(n, java array[])
Date
Msg-id 7957B027-21F3-41C2-B5AF-45E6D7C9F25D@fastcrypt.com
Whole thread Raw
Responses Re: implementing setObject(n, java array[])
List pgsql-jdbc
There are a number of people who would like to be able to do

Statement.setObject( n, int[] )

as well as most other java primitive arrays.

The array implementation seems to be quite a stumbling block to non
java people . I certainly see the merit in doing this.

What do others think ?

Dave

pgsql-jdbc by date:

Previous
From: Young Nam
Date:
Subject: unsubscribe
Next
From: andy petrella
Date:
Subject: newbie jdbc3 tiny example