Re: prepared statement call fails

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: prepared statement call fails
Дата
Msg-id 41B37DB4.7000107@opencloud.com
обсуждение исходный текст
Ответ на Re: prepared statement call fails  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-jdbc
Thomas Hallgren wrote:

> AFAIK, CallableStatement is for stored procedure calls. Stored
> procedures are not yet implemented in PostgreSQL. It only has functions. [...]

However the JDBC driver supports the special case of '{ ? = call
f(?,?,?) }' where only the return value is an out parameter; it should
be remapping this to a SELECT automaticallly.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Use of bytea
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: prepared statement call fails