PreparedStatement getting OID from INSERT - Mailing list pgsql-jdbc

From Doug Fields
Subject PreparedStatement getting OID from INSERT
Date
Msg-id 5.1.0.14.2.20020228153622.035469d8@mail.pexicom.com
Whole thread Raw
Responses Re: PreparedStatement getting OID from INSERT  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
Hello All,

In the past, this has been written:

Peter Mount wrote:
 > Yes. The ResultSet.getStatusString() and
 > Statement.getResultStatusString() methods give you access to this
 > information.

However, I'm using a PreparedStatement. How can I get the OID from an
INSERT statement after executing executeUpdate()?

Many thanks,

Doug


pgsql-jdbc by date:

Previous
From: Robinson
Date:
Subject: CLOB data type
Next
From: "Dave Cramer"
Date:
Subject: Re: PreparedStatement getting OID from INSERT