Re: inet datatype

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: inet datatype
Date: 2003-12-04 03:14:50
Message-ID: 3FCEA6AA.90804@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett wrote:
> On Wed, Dec 03, 2003 at 09:12:36PM -0500, Joseph Shraibman wrote:
>
>>Is there any reason in particular that the inet type isn't returned by
>>the jdbc driver as an java.net.InetAddress ?
>
>
> InetAddress doesn't store netmask information.
>
> -O
... and the alternative is... ? I say just return the InetAddress, and
if someone wants the netmask they'll have to call getString() and parse
it themselves. Doing nothing is not an option.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-12-04 03:39:34 Re: inet datatype
Previous Message Oliver Jowett 2003-12-04 02:45:08 Re: inet datatype