Re: Synthesize support for Statement.getGeneratedKeys()? - Mailing list pgsql-jdbc

From Michael Paesold
Subject Re: Synthesize support for Statement.getGeneratedKeys()?
Date
Msg-id 458CF580.4070407@gmx.at
Whole thread Raw
In response to Re: Synthesize support for Statement.getGeneratedKeys()?  (Ken Johanson <pg-user@kensystem.com>)
Responses Re: Synthesize support for Statement.getGeneratedKeys()?  (Ken Johanson <pg-user@kensystem.com>)
Re: Synthesize support for Statement.getGeneratedKeys()?  (Ken Johanson <pg-user@kensystem.com>)
List pgsql-jdbc
Ken Johanson wrote:
> Michael Paesold wrote:
>> Could you comment on my mail above (the second one) -- what
>> API-methods does your software use, actually?
>>
>
> Yes, of the four executeUpdates() that you listed in your email
> discussion, it uses executeUpdate(String sql, String[] columnNames)
> exclusively (the easy one :-)).
>
> Aside from that, if there were a way to get the backend to support the
> others (for example executeUpdate(String sql, int[] columnIdx)), that
> would be a best investment of everyone's time. But my vote right now
> would be for an implementation of (..,String[] columnNames) so that I
> can get bootstrapped with PG :)
>
> Either way, I will be very happy, of course, to do some beta testing.

I might be able to find some time to get this done during Christmas
holidays. I will report back next week.

Best Regards
Michael Paesold

pgsql-jdbc by date:

Previous
From: "Jayanthan Parasuraman"
Date:
Subject: UNSUBSCRIBE
Next
From: sbaskar
Date:
Subject: Need help in PGSQL