Nmber of rows in a ResultSet - Mailing list pgsql-jdbc

From Xavier Bugaud
Subject Nmber of rows in a ResultSet
Date
Msg-id 94BCF3512BFBD711B79D004005420B1F03F6D7@PMSERVER
Whole thread Raw
Responses Re: Nmber of rows in a ResultSet  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi all,

JDBC does not allow to directly retrieve the number of rows in a
ResultSet.
However, in old Postgres JDBC drivers (pgjdbc2.jar), the number of rows
contained in a ResultSet could be obtained by calling getFetchSize().

In the last JDBC drivers, is there a means to get the number of rows
directly (without using 'SELECT COUNT(*)' or 'rs.last();rs.getrow();') ?

Thank you in advance.

Regards
--
Xavier Bugaud
www.gloptv.com


pgsql-jdbc by date:

Previous
From: "Antonio Gallardo"
Date:
Subject: [BUG] - Invalid UNICODE character sequence found (0xc000)
Next
From: Kris Jurka
Date:
Subject: Re: PreparedStatement parameters and mutable objects