Q on JDBC's resultset

From: Kovacs Baldvin <kb136(at)hszk(dot)bme(dot)hu>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Q on JDBC's resultset
Date: 2001-02-01 20:39:51
Message-ID: Pine.GSO.4.21.0102012132230.9884-100000@ural2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-jdbc

Hello.

I looked in the source and have the feeling that if I
execute a SELECT statement, the whole resultset comes through
the network in one large bundle.

Is it true?

It means that I cannot enable to use simple tablemodel and
table on top of an sql query, since it would be too slow to
download all of the data when opening it.

Anyway, how does the backend handles this? If I execute a query,
it copies the result immediately to a separate place?? So for
a SELECT *... query on a 2GB table results immediately in the
occupance of an pther two gigs?

Lastly, does anyone plans to work on updatable cursors? I think
that would make possibel to create read/write tablemodels in
Java.

Thanks,
Baldvin

p.s.: Does anyone knows if mysql supports updatable queries and
complete jdbc?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Molina Leon Guillermo Alfonso 2001-02-01 22:35:01 Connecting to PostgreSQL from Perl in WNT/W2K
Previous Message v j 2001-02-01 13:16:10 JDBC APPLET Problem

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruno Dickhoff 2001-02-01 23:32:15 Re: JDBC APPLET Problem
Previous Message Bob Kline 2001-02-01 19:50:03 Re: Porting from Mysql to Postgres