Re: Synthesize support for Statement.getGeneratedKeys()? - Mailing list pgsql-jdbc

From Ken Johanson
Subject Re: Synthesize support for Statement.getGeneratedKeys()?
Date
Msg-id 45B97B7D.4080908@kensystem.com
Whole thread Raw
In response to Synthesize support for Statement.getGeneratedKeys()?  (Ken Johanson <pg-user@kensystem.com>)
List pgsql-jdbc
In the RETURNING clause that I'll be appending to the query, to get
gen'd keys, anyone have any advise for best practice for when to quote
the column names? Are there any pre-built util methods in the driver
that I can use to scan for identifiers that need quoting? (whitespace
char, reserved words, etc)?

Thanks,

Ken



pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: escape string for pgsql (using jdbc/java)?
Next
From: Ken Johanson
Date:
Subject: Re: Synthesize support for Statement.getGeneratedKeys()?