Re: inet type handling - Mailing list pgsql-jdbc

From scott.marlowe
Subject Re: inet type handling
Date
Msg-id Pine.LNX.4.33.0307221122210.19541-100000@css120.ihs.com
Whole thread Raw
In response to inet type handling  ("Sylwester Rutkowski" <sylwester@viper-net.homeip.net>)
List pgsql-jdbc
On Tue, 22 Jul 2003, Sylwester Rutkowski wrote:

> Hi,
>
> I need quick resolution to my problem.
> When getting inet type data by ResultSet.getObject(), I am getting
> error: No class found for inet.

Can you cast it to text???

i.e. 'select inetfield::text from table'


pgsql-jdbc by date:

Previous
From: Darin Ohashi
Date:
Subject: Re: the IN clause saga
Next
From: Fernando Nasser
Date:
Subject: Re: the IN clause saga