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 194f625505082810307da48ad6@mail.gmail.com
Whole thread Raw
In response to NullPointerException when calling ResultSet.absolute(int)  (Clemens Eisserer <linuxhippy@gmail.com>)
List pgsql-jdbc
Please ignore my first post, it was a very childish mistake in my code
of course ;-)
A local variable made a member-variable invisible and so I closed the
resultset which I wanted to use later ;-)

Sorry for generating traffic and thanks again for PostgreSQL, lg Clemens

pgsql-jdbc by date:

Previous
From: Clemens Eisserer
Date:
Subject: NullPointerException when calling ResultSet.absolute(int)
Next
From: David Gagnon
Date:
Subject: Re: implementing asynchronous notifications PLEASE CONFIRM MY