inet datatype question!

From: <m(dot)bakirov(at)transfer(dot)kg>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: inet datatype question!
Date: 2002-05-20 10:41:11
Message-ID: 38161.195.151.26.4.1021891271.squirrel@webmail.transfer.kg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all!

Can you help me with the following problem?

I have created a table:

CREATE TABLE(
src inet,
dst inet,
size int);

How can I insert an ip address or a network address into src or dst within
a Java program, using a Postgresql JDBC driver? - Which method to use? -->
setXxx?
Thank you very much!

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-05-20 12:11:58 Re: inet datatype question!
Previous Message Ken Kachnowich 2002-05-17 02:07:03 Serialize class changes