Re: inet type handling

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Sylwester Rutkowski <sylwester(at)viper-net(dot)homeip(dot)net>
Cc: pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: inet type handling
Date: 2003-07-22 17:22:42
Message-ID: Pine.LNX.4.33.0307221122210.19541-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fernando Nasser 2003-07-22 17:30:10 Re: Detecting 'socket errors' - closing the Connection object
Previous Message David Wall 2003-07-22 17:19:00 Re: Detecting 'socket errors' - closing the Connection object