On Mon, 3 Nov 2008, Jason Long wrote:
> *Would someone please comment on the status of setQueryTimeout in the JDBC
> driver? Is there any workaround if this is still not implemented?*
>
setQueryTimeout is not implemented, the workaround is to manually issue
SET statement_timeout = xxx calls via Statement.execute.
Kris Jurka