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

From: Florian Weimer <fweimer(at)bfk(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PSQLException: The column name <col> was not found in this ResultSet.
Date: 2010-11-12 17:00:02
Message-ID: 82k4kimq99.fsf@mid.bfk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bfk(dot)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

In response to

Responses

Browse pgsql-jdbc by date

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