Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My question is the opposite of Can I set a JDBC timeout for a single query?. Namely, is it possible to set a single default timeout for all Statements on a single Connection? I want to do it programmatically and independent of driver/data source.

Looking at the API it doesn't seem possible, I just hope I missed a way to do it.

share|improve this question
Well yes , you set single timeout for every single query, or just use the default. Not really surprised you can't find this, not seeing a lot of use for it to be honest. – Tony Hopkinson Jan 19 at 14:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.