Re: callable statements

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: callable statements
Дата
Msg-id 3CBD0BDA.5030908@xythos.com
обсуждение исходный текст
Ответ на callable statements  (Stuart Robinson <stuart@zapata.org>)
Список pgsql-jdbc
Stuart,

What functionality are you looking for?  Given the fact that stored
functions in postgres can only return a single value, even when callable
statements are supported, there will be limited support.  Is there
something in particular you are looking to have supported?

The current work around of using a preparedStatement to issue the
'select function()' call seems easy and fairly straight forward.

thanks,
--Barry



Stuart Robinson wrote:
> What's the latest word on the status of CallableStatement for PostgreSQL
> JDBC? I believe it's not currently supported (as of 7.2).
> --
> Stuart Robinson [stuart@zapata.org]
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



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

Предыдущее
От: Stuart Robinson
Дата:
Сообщение: callable statements
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: BLOB performance test FYI