Re: Questions on property values - Mailing list pgsql-jdbc

From Craig Servin
Subject Re: Questions on property values
Date
Msg-id 200505180522.52317.cservin@cromagnon.com
Whole thread Raw
In response to Questions on property values  (Carsten Marx <Carsten.Marx@uni-konstanz.de>)
List 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 by date:

Previous
From: Guillaume Cottenceau
Date:
Subject: Re: convert 'foobar'::text to the string foobar
Next
From: William Shatner
Date:
Subject: Storing/Using Passwords