Обсуждение: inet -java

Поиск
Список
Период
Сортировка

inet -java

От
"PANOS Coup"
Дата:
Hi,
can anyone tell me who can i store an IP ,that is in a String  variable,
through jdbc in a field of a Postgresql table with inet datatype?
Thanx

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


Re: inet -java

От
"Dave Cramer"
Дата:
Unfortunately the inet type is a postgres specific type and is not
supported by the jdbc spec. It is possible to write a custom object that
would support it. Volunteers?

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of PANOS Coup
Sent: Monday, December 10, 2001 3:08 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] inet -java


Hi,
can anyone tell me who can i store an IP ,that is in a String  variable,

through jdbc in a field of a Postgresql table with inet datatype? Thanx

_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)