Re: jdbc and unix signals

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Nikk Anderson <Nikk(dot)Anderson(at)parallel(dot)ltd(dot)uk>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: jdbc and unix signals
Date: 2001-07-11 15:33:48
Message-ID: Pine.LNX.4.30.0107111733020.679-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nikk Anderson 2001-07-11 15:49:20 RE: jdbc and unix signals
Previous Message Peter Eisentraut 2001-07-11 15:32:10 Re: : SQLException.getErrorCode() : Where can I find list of error code and description ?