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

Поиск
Список
Период
Сортировка
was not found in this ResultSet.was not found in this ResultSet.  (Lew <noone@lewscanon.com>)was not found in this ResultSet.  (Lew <noone@lewscanon.com>)
От Florian Weimer
Тема Re: PSQLException: The column name
Дата
Msg-id 82k4kimq99.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на Re: PSQLException: The column name
Ответы Re: PSQLException: The column name
Список 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@bfk.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

В списке pgsql-jdbc по дате отправления:

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