Re: LISTEN/NOTIFY support in JDBC driver?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: LISTEN/NOTIFY support in JDBC driver?
Дата
Msg-id Pine.BSO.4.56.0403151407390.6187@leary.csoft.net
обсуждение исходный текст
Ответ на LISTEN/NOTIFY support in JDBC driver?  (Vitaglione Giosue' <Giosue.Vitaglione@TILAB.COM>)
Список pgsql-jdbc

On Mon, 15 Mar 2004, Vitaglione Giosue' wrote:

>
> Hello everybody,
>
> Could anyone tell about the current
> status of the LISTEN/NOTIFY support through JDBC?
>

Listen/notify works in JDBC see PGConnection.getNotifications().  What it
is currently lacking is asychronous notifications which means you must
poll to get a notification instead of just waiting for it.

Kris Jurka

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

Предыдущее
От: Vitaglione Giosue'
Дата:
Сообщение: LISTEN/NOTIFY support in JDBC driver?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Register arbitrary types Framework