Re: getGeneratedKeys()

From: <henr-and(at)dsv(dot)su(dot)se>
To: <books(at)ejurka(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getGeneratedKeys()
Date: 2003-12-30 21:55:22
Message-ID: 32899.213.89.23.209.1072821322.squirrel@www.dsv.su.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


> This method has not been implemented and most likely will not be
> implemented anytime soon. First it is unclear to me what it means by
> auto-generated keys. Does it mean just things like serial or anything
> that a before insert trigger does to modify the row?

In my case it's a serial. I want to get the id-number that my insert
generates.
MySQL's JDBC-driver has implemented the method.

--
Henrik

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Sidney-Woollett 2003-12-30 22:47:41 Re: getGeneratedKeys()
Previous Message Kris Jurka 2003-12-30 20:30:03 Re: getGeneratedKeys()