Re: PostgreSQL, WebObjects and fetchSize

Поиск
Список
Период
Сортировка
Искать
От
Oliver Jowett
Тема
Re: PostgreSQL, WebObjects and fetchSize
Дата
в 10:59:20
Msg-id
42820FAC.8030806@opencloud.com
Ответ на
Список
Дерево обсуждения
PostgreSQL, WebObjects and fetchSize Jan Willem Luiten <jwl@secondmove.com>
Re: PostgreSQL, WebObjects and fetchSize Oliver Jowett <oliver@opencloud.com>
Re: PostgreSQL, WebObjects and fetchSize Jan Willem Luiten <jwl@secondmove.com>
Re: PostgreSQL, WebObjects and fetchSize Oliver Jowett <oliver@opencloud.com>
Re: PostgreSQL, WebObjects and fetchSize Jan Willem Luiten <jwl@secondmove.com>
Re: PostgreSQL, WebObjects and fetchSize Oliver Jowett <oliver@opencloud.com>
Re: PostgreSQL, WebObjects and fetchSize Kris Jurka <books@ejurka.com>
Re: PostgreSQL, WebObjects and fetchSize David Teran <david.teran@cluster9.com>
Jan Willem Luiten wrote:

> This seems to be caused by the jdbc adaptor reading the complete 
> resultset instead of using a scrollable cursor. Is there a way to  solve
> this, eg by setting the fetchsize in some way?

Yes: Statement.setFetchSize(). Currently it only takes effect with
autocommit off and TYPE_FORWARD_ONLY resultsets.

-O
В списке pgsql-jdbc по дате отправления
От: Jan Willem Luiten
Дата:
От: Jan Willem Luiten
Дата:
FAQ