Re: PSQLException: The column name was not found in this ResultSet. - Mailing list pgsql-jdbc

was not found in this ResultSet.was not found in this ResultSet.  (Maciek Sakrejda <msakrejda@truviso.com>)was not found in this ResultSet.  (Florian Weimer <fweimer@bfk.de>)
From Lew
Subject Re: PSQLException: The column name
Date
Msg-id ibjg5n$2cm$1@news.albasani.net
Whole thread Raw
In response to Re: PSQLException: The column name
Responses Re: PSQLException: The column name
List pgsql-jdbc
Maciek Sakrejda wrote:
> We're getting off topic--perhaps I didn't express myself clearly.
> Getting back to Samuel's original point, if the ResultSet interface
> contract does not require a given implementation to provide thread
> safety for these operations--and it appears that it does not--then

I do not know of any interface that requires its implementations to be thread
safe, anywhere in Java.  The closest I can think of is the JPA
javax.persistence.EntityManagerFactory, all extant implementations of which
are thread-safe, but of course the interface cannot require that.

Can you think of one that does?

--
Lew

pgsql-jdbc by date:

Previous
From: Till Toenges
Date:
Subject: Re: PSQLException: The column name was not found in this ResultSet.
Next
From: "Kevin Grittner"
Date:
Subject: Re: PSQLException: The column name was not found in this ResultSet.