JDBC Scrollable ResultSet - Mailing list pgsql-jdbc

From jonathan.lister@vaisala.com
Subject JDBC Scrollable ResultSet
Date
Msg-id 0077BA604D38D311918B00508B444258022D3D48@birsrv01.vaisala.com
Whole thread Raw
Responses Re: JDBC Scrollable ResultSet  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

Are first() and previous() fully implemented?

My tests indicate that first() will correctly return false if the resultSet(TYPE_SCROLL_INSENSITIVE,CONCUR_READ_ONLY) is empty, but if I have called next() several times on a non-empty resultSet then a call to first() doesn't seem to have any effect, even though it returns true.

pg 7.3.2, latest stable pg73jdbc2

Does anyone have a smart workaround?
Thanks, Jonathan

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Am I right?
Next
From: "Kevin Schroeder"
Date:
Subject: Re: JDBC Streaming large objects