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

Поиск
Список
Период
Сортировка
was not found in this ResultSet.was not found in this ResultSet.  (Maciek Sakrejda <msakrejda@truviso.com>)
От Lew
Тема Re: PSQLException: The column name
Дата
Msg-id ibij78$kgv$2@news.albasani.net
обсуждение исходный текст
Ответ на Re: PSQLException: The column name
Список 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 по дате отправления:

Предыдущее
От: Lew
Дата:
Сообщение: Re: PSQLException: The column name was not found in this ResultSet.
Следующее
От: Maciek Sakrejda
Дата:
Сообщение: Re: PSQLException: The column name was not found in this ResultSet.