Re: Cursor returned from procedure ignores setFetchSize() on

Поиск
Список
Период
Сортировка
От Nic Ferrier
Тема Re: Cursor returned from procedure ignores setFetchSize() on
Дата
Msg-id 878yex7qrc.fsf@tapsellferrier.co.uk
обсуждение исходный текст
Ответ на Re: Cursor returned from procedure ignores setFetchSize() on  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka <books@ejurka.com> writes:

> I was under the impression that refcursor returning functions would fade
> with the advent of easier set returning functions.  Have you considered
> using them instead?  The advantage of returning refcursor seems to me that
> you don't need to create a pseudo type for the return value, or deal with
> specifying record types in the query.  Are there other advantages I'm
> missing?

Portability. Efficiency.


Nic

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Cursor returned from procedure ignores setFetchSize() on
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Error JDBC