Re: Most Performant JDBC Driver? - Mailing list pgsql-jdbc

From Paul Thomas
Subject Re: Most Performant JDBC Driver?
Date
Msg-id 20030629102223.A29523@bacon
Whole thread Raw
In response to Most Performant JDBC Driver?  (Hunter Hillegas <lists@lastonepicked.com>)
List pgsql-jdbc
On 28/06/2003 22:25 Hunter Hillegas wrote:
> Which of the JDBC drivers from jdbc.postgresql.org is the best
> performing?
>
> Besides spec support, is there any difference between JDBC2 and JDBC3?

IIRC, JDBC3 requires JDK1.4. Anyway, the requirements are stated on the
download page.
>
> When you build PostgreSQL and use the '--with-java' command, what version
> of
> the driver is built?

Looking at the source and the build.xml, it will compile the version
applicable to your JVM. i.e.:

JVM1.1 -> JDBC1
JVM1.2 or JVM1.3 -> JDBC2
JVM1.4 -> JDBC3

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-jdbc by date:

Previous
From: "Kallol Nandi"
Date:
Subject: Re: Most Performant JDBC Driver?
Next
From: Kris Jurka
Date:
Subject: Re: [PATCHES] IPv6 patch doesn't work fine