Обсуждение: JDBC Compliance

Поиск
Список
Период
Сортировка

JDBC Compliance

От
"Pais, Richard C."
Дата:
It seems like 7.1.2 does not provide implementation for ResultSet.updateObject(...).  What is the alternative available to it?

Re: JDBC Compliance

От
"Dave Cramer"
Дата:
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?