Re: NullPointerException when calling ResultSet.absolute(int)

Поиск
Список
Период
Сортировка
От Clemens Eisserer
Тема Re: NullPointerException when calling ResultSet.absolute(int)
Дата
Msg-id 194f6255050831113544c66c33@mail.gmail.com
обсуждение исходный текст
Ответ на Re: NullPointerException when calling ResultSet.absolute(int)  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: NullPointerException when calling ResultSet.absolute(int)
Список pgsql-jdbc
> > Does that mean that the whole data is fetched from the server as soon
> > as I use scrollable result-sets?
>
> That's right.

Hmm sad ... so I'll implement it with the last()->getRow technique if
it does not make any difference.
I wonder how hard this would be to implement, is it more than just
caching the already fetched rows - and how much does postgresql's
native protocol has support for this task?

Where can I get the current jdbc-sourcecode?

Thank you in advance, lg Clemens

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: set constraints deferred
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: NullPointerException when calling ResultSet.absolute(int)