Re: scrollable ResultSet advise

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: scrollable ResultSet advise
Дата
Msg-id Pine.BSO.4.64.0805150213490.15413@leary.csoft.net
обсуждение исходный текст
Ответ на scrollable ResultSet advise  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: scrollable ResultSet advise  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-jdbc

On Mon, 12 May 2008, Achilleas Mantzios wrote:

> However, in plain connnection.prepareStatement(String sql) calls,
> ResultSet type defaults to FORWARD_ONLY, making the above code broken.
>
> I am wandering if there is a quick way to solve this problem, without
> touching the huge number of PreparedStatements in the code.

The easiest thing would just be to adjust the driver source code to
restore the old behavior.

Kris Jurka

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

Предыдущее
От: Arie Ozarov
Дата:
Сообщение: Not fetching the entire result set when using holdable cursors
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Not fetching the entire result set when using holdable cursors