Re: jdbc and unix signals - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: jdbc and unix signals
Date
Msg-id Pine.LNX.4.30.0107111733020.679-100000@peter.localdomain
Whole thread Raw
In response to jdbc and unix signals  (Nikk Anderson <Nikk.Anderson@parallel.ltd.uk>)
List 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 by date:

Previous
From: Nikk Anderson
Date:
Subject: RE: jdbc and unix signals
Next
From: Peter Eisentraut
Date:
Subject: Re: : SQLException.getErrorCode() : Where can I find list of error code and description ?