Re: "No class found for inet"

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "Larry Mulcahy" <lmulcahy(at)qip(dot)qwest(dot)net>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: "No class found for inet"
Date: 2001-05-30 18:23:19
Message-ID: 00c501c0e935$9a313af0$230470d1@INSPIRON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

No, the driver wouldn't be able to handle inet type.

This is postgres specific, and isn't supported by the JDBC spec.

Dave
----- Original Message -----
From: "Larry Mulcahy" <lmulcahy(at)qip(dot)qwest(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Sent: Wednesday, May 30, 2001 1:22 PM
Subject: [JDBC] "No class found for inet"

> I'm using the PostgreSQL 7.1.1 JDBC2 Enterprise driver, compiled
> myself on Solaris 8 with the 1.3 JDK.
>
> I'm trying to access a column of the PostgreSQL datatype 'inet'.
> When my program gets to the 'inet' field:
>
> rs.getObject(3);
>
> it fails with the exception "no class found for inet".
> Does the JDBC driver support all PostgreSQL data types?
>
> --
> Larry Mulcahy lmulcahy(at)qip(dot)qwest(dot)net
> PGP public key at:
> http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x2C4C5A03
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Larry Mulcahy 2001-05-30 20:35:27 Re: "No class found for inet"
Previous Message Larry Mulcahy 2001-05-30 17:22:48 "No class found for inet"