Re: Support for named parameters in the PostgreSQL JDBC driver

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Support for named parameters in the PostgreSQL JDBC driver
Дата
Msg-id 15962BD4-D33C-412B-AC50-A1EB93AA5748@fastcrypt.com
обсуждение исходный текст
Ответ на Support for named parameters in the PostgreSQL JDBC driver  (Ravi Periasamy <rperiasamy@aol.com>)
Список 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 по дате отправления:

Предыдущее
От: Ravi Periasamy
Дата:
Сообщение: Support for named parameters in the PostgreSQL JDBC driver
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Support for named parameters in the PostgreSQL JDBC driver