cursor based result sets not updateable - Mailing list pgsql-jdbc

From Dave Cramer
Subject cursor based result sets not updateable
Date
Msg-id 1034433968.1893.160.camel@inspiron.cramers
Whole thread Raw
In response to Re: Out of memory error on huge resultset  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Responses Re: cursor based result sets not updateable  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
problem with the build file?  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
List pgsql-jdbc
Nic,

Looking at the docs, we don't have to worry about updateable result
sets. cursors are read only

READ ONLY

SQL92 keyword indicating that the cursor will be used in a read only
mode. Since this is the only cursor access mode available in PostgreSQL
this keyword has no effect.

Dave


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: 7.3 top-of-tree compilation error on OSX
Next
From: Nic Ferrier
Date:
Subject: Re: cursor based result sets not updateable