Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: inet type handling - Mailing list pgsql-jdbc

From scott.marlowe
Subject Re: inet type handling
Date
Msg-id [email protected]
Whole thread Raw
In response to inet type handling  ("Sylwester Rutkowski" <[email protected]>)
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