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.  (Maciek Sakrejda <msakrejda@truviso.com>)
From Lew
Subject Re: PSQLException: The column name
Date
Msg-id ibij78$kgv$2@news.albasani.net
Whole thread Raw
In response to Re: PSQLException: The column name
List 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

pgsql-jdbc by date:

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