Which Resultset types are supported "nativly"?

From: "Clemens Eisserer" <linuxhippy(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Which Resultset types are supported "nativly"?
Date: 2007-07-07 08:39:47
Message-ID: 194f62550707070139p5ab62166o3fa9f2ba88eed6c7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

Currently I am writing a frontend for a postgres database using a
framework which relies on ResultSets of this type:

rs.setType(ResultSet.TYPE_SCROLL_INSENSITIVE);
rs.setConcurrency(ResultSet.CONCUR_UPDATABLE);

Some time ago there was a discussion that with some options the
postgres-jdbc driver would always send all results to the client,
because some scolling-operations are not supported in the server.

How will these options affect postgres and its jdbc driver? Will it
send all results to the client in one go?

Thank you in advance, lg Clemens

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-07-07 14:42:56 Re: Which Resultset types are supported "nativly"?
Previous Message baisa, darwin 2007-07-07 03:30:48 Re: Connection is closed. Operation is not permitted. ------HELP....