On 2015-01-02 06:52 PM, Kenton Garner wrote:
>
> Is there a way for H2 to implement the setQueryTimeout() method to only effect the current Statement object.
Not easily I'm afraid. I think we'd need to change the protocol to include the timeout on every command.
Perhaps your connection pool has a hook that you can run after it creates the connection?
I know the one I used to use did.