Re: getLastUID() In pgsql JDBC

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Hunter Hillegas <lists(at)lastonepicked(dot)com>
Cc: Postgre JDBC List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getLastUID() In pgsql JDBC
Date: 2003-05-08 01:49:45
Message-ID: 1052358585.2627.14.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Ya,

select curval('sequence')

will return the current value, and it is connection specific, in other
words if another connection increments it before you get the value you
will get your value.

Dave

On Wed, 2003-05-07 at 21:20, Hunter Hillegas wrote:
> Does this method exist in any of the pgsql JDBC drivers?
>
> We're testing out some auto-increment stuff for EJBs in JBoss and looking
> for the correct method...
>
> Also, is there a page or doc that details what is and isn't implemented in
> the pg jdbc driver?
>
> Thanks,
> Hunter
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hunter Hillegas 2003-05-08 02:02:08 Re: getLastUID() In pgsql JDBC
Previous Message Hunter Hillegas 2003-05-08 01:20:20 getLastUID() In pgsql JDBC