Re: ResultSet & setFetchSize fails to stop heap failures

Поиск
Список
Период
Сортировка
От U. George
Тема Re: ResultSet & setFetchSize fails to stop heap failures
Дата
Msg-id 483DBD64.3090207@gatworks.com
обсуждение исходный текст
Ответ на Re: ResultSet & setFetchSize fails to stop heap failures  (Kris Jurka <books@ejurka.com>)
Ответы Re: ResultSet & setFetchSize fails to stop heap failures  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
To do partial fetches you must turn autocommit off.  See:
>
> http://jdbc.postgresql.org/documentation/83/query.html#query-with-cursor
>
> Kris Jurka
Yup, that did it.  I suppose there is a reason why no exception is
thrown at the execute, or an error for the setFetchSize when autocommit
is still on?

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: ResultSet & setFetchSize fails to stop heap failures
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: ResultSet & setFetchSize fails to stop heap failures