Re: Implementing setQueryTimeout() - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Implementing setQueryTimeout()
Date
Msg-id 47BA92EA.1070201@opencloud.com
Whole thread Raw
In response to Re: Implementing setQueryTimeout()  (Till Toenges <tt@kyon.de>)
Responses Re: Implementing setQueryTimeout()  (Till Toenges <tt@kyon.de>)
List pgsql-jdbc
Till Toenges wrote:

> A network timeout or anything worse is handled in an entirely different
> part of the code. That is not the responsibility of the driver, and
> doesn't event need to be part of the database related code at all.

I'm not sure what you mean here - if the connection to the DB fails, the
driver will certainly handle that and tell you about it via a SQLException!

-O

pgsql-jdbc by date:

Previous
From: Till Toenges
Date:
Subject: Re: Implementing setQueryTimeout()
Next
From: Till Toenges
Date:
Subject: Re: Implementing setQueryTimeout() - round 2