cursor based result sets not updateable

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Nic Ferrier <nferrier(at)tapsellferrier(dot)co(dot)uk>
Cc: Barry Lind <barry(at)xythos(dot)com>, pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: cursor based result sets not updateable
Date: 2002-10-12 14:46:07
Message-ID: 1034433968.1893.160.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruno Wolff III 2002-10-12 15:45:13 Re: Changing Column Order (Was Re: MySQL vs PostgreSQL.)
Previous Message Bruce Momjian 2002-10-12 14:37:32 Re: MySQL vs PostgreSQL.