Re: [INTERFACES] JDBC line count in query result

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: ertl(at)bigfoot(dot)com
Cc: "pgsql-sql(at)postgreSQL(dot)org" <pgsql-sql(at)postgresql(dot)org>, "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] JDBC line count in query result
Date: 1998-08-04 17:48:48
Message-ID: Pine.LNX.3.96.980804184616.7573J-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-sql

On Tue, 4 Aug 1998, Bernhard Ertl wrote:

> If I do a query with psql there is the number of returned lines at the
> end.
> Is this also, if I do a query via jdbc and can I access this number
> before I process the results??

Not before you process the results.

This is an age old question with JDBC (includes why there isn't a standard
way of going backwards in a ResultSet - I haven't looked at the JDBC 2
spec but it may be in there...).

The problem is that most databases don't know how many rows are to be
returned to the client, until they have finished sending it.

It's basically a performance thing.

The only way to know how many are returned is to count the results your
self while reading the ResultSet.

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Þórður Ívarsson 1998-08-04 19:36:13 How to get correct alphabetical order
Previous Message Oleg Bartunov 1998-08-04 17:42:44 Re: [INTERFACES] How translate KOI-8 to Win1251 whith PsqlODBC

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Good 1998-08-04 19:15:19 Re: [SQL] locked my keys in the car
Previous Message chris yambo 1998-08-04 16:07:46 subscribe pgsql-sql