Re: Result Set Cursor Patch

From: Kris Jurka <books(at)ejurka(dot)com>
To: Andy Zeneski <jaz(at)ofbiz(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Result Set Cursor Patch
Date: 2004-04-30 16:20:58
Message-ID: Pine.BSO.4.56.0404301118400.23452@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 30 Apr 2004, Andy Zeneski wrote:

> Kris,
>
> Does JDBC1 support CONCUR_UPDATABLE or just CONCUR_READ_ONLY?

It doesn't know the difference. These constants were only introduced in
JDBC2, but all of ResultSet.updateXXX methods are JDBC2 so effectively all
JDBC1 resultsets are readonly.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andy Zeneski 2004-04-30 16:24:07 Re: Result Set Cursor Patch
Previous Message Kris Jurka 2004-04-30 16:18:36 Re: Result Set Cursor Patch