Statement.executeUpdate(String sql, int columnIndexes[]) via RETURNING clause? - Mailing list pgsql-jdbc

From Ken Johanson
Subject Statement.executeUpdate(String sql, int columnIndexes[]) via RETURNING clause?
Date
Msg-id 4757A43D.4050705@kensystem.com
Whole thread Raw
In response to Re: Synthesize support for Statement.getGeneratedKeys()?  (Ken Johanson <pg-user@kensystem.com>)
List pgsql-jdbc
Does anyone have knowledge of how to implement:

Statement.executeUpdate(String sql, int columnIndexes[])

This would be in the context of using the server's RETURNING clause. For
named-identifiers this is straightforward but I do not know how the
'returning' clause could support numbers... hopefully it can.

Something like?:

... RETURNING [1],[2]

Ken



pgsql-jdbc by date:

Previous
From: "Kranti K K Parisa [GetSet-India]"
Date:
Subject: Re: BatchUpdate exception
Next
From: "Henry B. Hotz"
Date:
Subject: Re: JDBC and GSSAPI/Krb5