Re: NullPointerException when calling ResultSet.absolute(int) - Mailing list pgsql-jdbc

From Clemens Eisserer
Subject Re: NullPointerException when calling ResultSet.absolute(int)
Date
Msg-id 194f6255050831113544c66c33@mail.gmail.com
Whole thread Raw
In response to Re: NullPointerException when calling ResultSet.absolute(int)  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: NullPointerException when calling ResultSet.absolute(int)  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: set constraints deferred
Next
From: Kris Jurka
Date:
Subject: Re: NullPointerException when calling ResultSet.absolute(int)