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

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <noone(at)lewscanon(dot)com>,<pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PSQLException: The column name <col> was not found in this ResultSet.
Date: 2010-11-12 14:08:20
Message-ID: 4CDCF5F40200002500037687@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Lew wrote:

> I do not know of any interface that requires its implementations to
> be thread safe, anywhere in Java.

http://download.oracle.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html

> Can you think of one that does?

I think the more salient point is that PostgreSQL has provided such a
guarantee regarding its implementation of the interface.

-Kevin

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Florian Weimer 2010-11-12 17:00:02 Re: PSQLException: The column name <col> was not found in this ResultSet.
Previous Message Lew 2010-11-12 13:41:20 Re: PSQLException: The column name <col> was not found in this ResultSet.