Re: PSQLException: The column name <col> was not found in this ResultSet.

From: Lew <noone(at)lewscanon(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PSQLException: The column name <col> was not found in this ResultSet.
Date: 2010-11-12 13:41:20
Message-ID: ibjg5n$2cm$1@news.albasani.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2010-11-12 14:08:20 Re: PSQLException: The column name <col> was not found in this ResultSet.
Previous Message Till Toenges 2010-11-12 06:22:58 Re: PSQLException: The column name <col> was not found in this ResultSet.