Re: jdbc and unix signals

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: jdbc and unix signals
Дата
Msg-id Pine.LNX.4.30.0107111733020.679-100000@peter.localdomain
обсуждение исходный текст
Ответ на jdbc and unix signals  (Nikk Anderson <Nikk.Anderson@parallel.ltd.uk>)
Список pgsql-jdbc
Nikk Anderson writes:

> Does the postgres driver catch the signals, thus overiding my attempts to
> catch them?

You can't catch signals in Java, because not all systems have signals.
You might be able to write native methods to do so, but consider
reconsidering your design.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Nikk Anderson
Дата:
Сообщение: RE: jdbc and unix signals
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: : SQLException.getErrorCode() : Where can I find list of error code and description ?