Re: JDBC Compliance - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: JDBC Compliance
Date
Msg-id 016e01c160a6$d03c1280$8201a8c0@inspiron
Whole thread Raw
In response to JDBC Compliance  ("Pais, Richard C." <RPais@mednet.ucla.edu>)
List pgsql-jdbc
The alternative is to read your result set's into objects, and then update them individually.
 
Dave
-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Pais, Richard C.
Sent: October 25, 2001 8:16 PM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] JDBC Compliance

It seems like 7.1.2 does not provide implementation for ResultSet.updateObject(...).  What is the alternative available to it?

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: JDBC SQLCodes or Error Numbers - Or how to handle errors
Next
From: Jason Davies
Date:
Subject: Re: DatabaseMetaData.getImported/ExportedKeys() patch