Re: Support for named parameters in the PostgreSQL JDBC driver - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Support for named parameters in the PostgreSQL JDBC driver
Date
Msg-id 15962BD4-D33C-412B-AC50-A1EB93AA5748@fastcrypt.com
Whole thread Raw
In response to Support for named parameters in the PostgreSQL JDBC driver  (Ravi Periasamy <rperiasamy@aol.com>)
List pgsql-jdbc
Ravi,


The backend does not support named parameters, so I doubt this will be coming anytime soon.

Dave
On 16-Nov-06, at 1:29 AM, Ravi Periasamy wrote:

Dear PGSQL-JDBC Team,

Could you please let me know if the support for "Named Parameters" in the JDBC driver is slated for some future release?

Currently with the 8.1.4 JDBC driver, the call to CallableStatement.setString(String, String) fails and the code is throwing the following exception -

"Caused by: org.postgresql.util.PSQLException: Method org.postgresql.jdbc3.Jdbc3CallableStatement.setString(String,String) is not yet implemented."

Thanks
Ravi






pgsql-jdbc by date:

Previous
From: Ravi Periasamy
Date:
Subject: Support for named parameters in the PostgreSQL JDBC driver
Next
From: Kris Jurka
Date:
Subject: Re: Support for named parameters in the PostgreSQL JDBC driver