RE: [INTERFACES] Compiling JDBC interface

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "Adam H(dot) Pendleton" <apendleton(at)vgsinc(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Compiling JDBC interface
Date: 1999-05-07 06:58:13
Message-ID: A9DCBD548069D211924000C00D001C44226ACE@exchange.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Only the 6.5 version of the driver will compile under JDK1.2 due to the
additional methods that were introduced by the JDBC2 specification.

Peter

--
Peter T Mount, IT Section
petermount(at)it(dot)maidstone(dot)gov(dot)uk
Anything I write here are my own views, and cannot be taken as the
official words of Maidstone Borough Council

-----Original Message-----
From: Adam H. Pendleton [mailto:apendleton(at)vgsinc(dot)com]
Sent: Thursday, May 06, 1999 7:33 PM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] Compiling JDBC interface

PostgreSQL: 6.4.2
OS: Linux 2.2.6
JDK: 1.2

I am trying to get the JDBC interface compiled and I get a very large
number
of errors that say:

./postgresql/ResultSet.java:53: class postgresql.ResultSet must be
declared
abstract. It does not define void updateTime(int, java.sql.Time) from
interface java.sql.ResultSet.
public class ResultSet implements java.sql.ResultSet

The class names change but the error remains the same? Is this
something
that I'm doing wrong, or is it a problem because I'm using JDK 1.2?

TIA,

Adam

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Si hoc legere scis nimium eruditionis habes.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1999-05-07 06:59:20 RE: [INTERFACES] Compiling JDBC interface
Previous Message Khristos I. Khoury 1999-05-07 03:33:27 I am new to this