Re: Result Set Cursor Patch - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Result Set Cursor Patch
Date
Msg-id Pine.BSO.4.56.0404301118400.23452@leary.csoft.net
Whole thread Raw
In response to Re: Result Set Cursor Patch  (Andy Zeneski <jaz@ofbiz.org>)
List 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


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Result Set Cursor Patch
Next
From: Andy Zeneski
Date:
Subject: Re: Result Set Cursor Patch