AutoGenerated Key retrieval support

From: Phil Anderson <pza(at)students(dot)cs(dot)mu(dot)OZ(dot)AU>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: AutoGenerated Key retrieval support
Date: 2002-09-27 13:55:30
Message-ID: Pine.GSO.4.21.0209272353080.27023-100000@murree.cs.mu.OZ.AU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Do any versions of the postgres driver support the autogenerated key
retrieval methods introduced in java 1.4?

I've tried but keep running into:
This method is not yet implemented.
at org.postgresql.Driver.notImplemented(Driver.java:384)
at
org.postgresql.jdbc3.AbstractJdbc3Statement.executeUpdate(AbstractJdbc3Statement.java:136)

Does anyone know any elegent work arounds?

Thanks,
Phil

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2002-09-27 16:41:14 Re: [JDBC] Prepared statement performance...
Previous Message Dave Cramer 2002-09-27 13:03:45 Re: [JDBC] Prepared statement performance...