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 05:27:18
Message-ID: ibij78$kgv$2@news.albasani.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Maciek Sakrejda wrote:
>> ...you want to call add() on multiple Lists from multiple threads...
>
> That should, of course, be "on the same List from multiple threads".

To put that in context with the correction:
> if you want to call add() on the same List from
> multiple threads, synchronization is your responsibility.

Not if you use a thread-safe 'List'. Then the implementation handles thread
safety for you.

--
Lew

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Maciek Sakrejda 2010-11-12 06:18:32 Re: PSQLException: The column name <col> was not found in this ResultSet.
Previous Message Lew 2010-11-12 05:24:20 Re: PSQLException: The column name <col> was not found in this ResultSet.