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.  (Lew <noone@lewscanon.com>)was not found in this ResultSet.  (Lew <noone@lewscanon.com>)
From Florian Weimer
Subject Re: PSQLException: The column name
Date
Msg-id 82k4kimq99.fsf@mid.bfk.de
Whole thread Raw
In response to Re: PSQLException: The column name
Responses Re: PSQLException: The column name
List pgsql-jdbc
* Lew:

> 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?

java.util.concurrent.BlockingQueue and many others from the
java.util.concurrent package.  This is not enforced by the language,
of course.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

pgsql-jdbc by date:

Previous
From: Florian Weimer
Date:
Subject: Re: PSQLException: The column name was not found in this ResultSet.
Next
From: Lew
Date:
Subject: Re: PSQLException: The column name was not found in this ResultSet.