Re: PostgreSQL, WebObjects and fetchSize

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: PostgreSQL, WebObjects and fetchSize
Дата
Msg-id 42820FAC.8030806@opencloud.com
обсуждение исходный текст
Ответ на PostgreSQL, WebObjects and fetchSize  (Jan Willem Luiten <jwl@secondmove.com>)
Ответы Re: PostgreSQL, WebObjects and fetchSize  (Jan Willem Luiten <jwl@secondmove.com>)
Список pgsql-jdbc
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
Дата:
Сообщение: PostgreSQL, WebObjects and fetchSize
Следующее
От: Jan Willem Luiten
Дата:
Сообщение: Re: PostgreSQL, WebObjects and fetchSize