On 31 March 2011 08:51, Basil Bourque <basil.list@me.com> wrote:
> Another gripe: "InValid" method
>
> "IsValid" method in JDBC spec is not functional (simply throws an exception).
> http://download.oracle.com/javase/6/docs/api/java/sql/Connection.html#isValid(int)
This would be another JDBC4 thing that hasn't been implemented yet.
Seems simple enough to add.
Oliver