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.