Re: Here's a fix to AbstractJdbc3Statement.getGeneratedKeys

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Here's a fix to AbstractJdbc3Statement.getGeneratedKeys
Date: 2009-04-24 17:33:20
Message-ID: gsst4u$c7c$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote on 24.04.2009 19:20:
> The problem is knowing what fields are autogenerated.

Isn't that supposed to be passed when preparing the statement?

<http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Connection.html#prepareStatement(java.lang.String,%20int[])>

Thomas

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-04-24 20:20:43 Re: JDBC problem with dates and ANYELEMENT type
Previous Message Kris Jurka 2009-04-24 17:20:48 Re: Here's a fix to AbstractJdbc3Statement.getGeneratedKeys