Re: Questions on property values

Поиск
Список
Период
Сортировка
От Craig Servin
Тема Re: Questions on property values
Дата
Msg-id 200505180522.52317.cservin@cromagnon.com
обсуждение исходный текст
Ответ на Questions on property values  (Carsten Marx <Carsten.Marx@uni-konstanz.de>)
Список pgsql-jdbc
When I have needed to do this I have used a dynamic proxy, using
java.lang.reflect.Proxy, to extend Connection, Statement, and ResultSet.

This does not solve the problem at the driver level, but it does allow you a
lot of control to decide when and how often  you re-try a query and when you
need to re-open the connection.

You can also make it very database independent.

It does however incur some extra overhead.

Craig

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

Предыдущее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: convert 'foobar'::text to the string foobar
Следующее
От: William Shatner
Дата:
Сообщение: Storing/Using Passwords