Re: JDBC and setting statement_timeout

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC and setting statement_timeout
Дата
Msg-id Pine.BSO.4.64.0811031945200.241@leary.csoft.net
обсуждение исходный текст
Ответ на JDBC and setting statement_timeout  (Jason Long <mailing.list@supernovasoftware.com>)
Ответы Re: JDBC and setting statement_timeout  (Jason Long <mailing.list@supernovasoftware.com>)
Список pgsql-general

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Jason Long
Дата:
Сообщение: JDBC and setting statement_timeout
Следующее
От: "Diego Schulz"
Дата:
Сообщение: Re: INSERT with RETURNING clause inside SQL function