JDBC 3.0 - Mailing list pgsql-jdbc

From Joe Shevland
Subject JDBC 3.0
Date
Msg-id HEECIHEEJDBMCCGMGIOBAEIGCHAA.jshevland@j-elite.com
Whole thread Raw
Responses Re: JDBC 3.0  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
I've built a JDBC 3 driver from the current CVS sources (added a org.postgresql.jdbc3 package and some changes to
build.xml).Its mainly just placeholder methods. I think someone else might have submitted a patch for this though, but
Ican put up a link for a context diff. Otherwise, the additions to the PGBlob and PGClob classes for JDBC 3.0 might be
worthwhile.

The xa.ClientConnection class implements java.sql.Connection though (added some more placeholder methods), so I think
thismay need to be split into JDBC 2 and 3 parts as well, as you can't add the JDBC 3 methods that require types like
java.sql.Savepointfor JDBC 2 only builds. 

Cheers,
Joe

------------------------------------------------------------
Joe Shevland                           jshevland@j-elite.com
Tasmania, Australia                   http://www.j-elite.com

Member, Systems Administrators Guild of Australia.
------------------------------------------------------------


pgsql-jdbc by date:

Previous
From: tony
Date:
Subject: Re: I'm reading the source now...
Next
From: Dave Cramer
Date:
Subject: Re: JDBC 3.0