inet datatype question! - Mailing list pgsql-jdbc

From
Subject inet datatype question!
Date
Msg-id 38161.195.151.26.4.1021891271.squirrel@webmail.transfer.kg
Whole thread Raw
Responses Re: inet datatype question!  (Dave Cramer <Dave@micro-automation.net>)
List 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!







pgsql-jdbc by date:

Previous
From: Ken Kachnowich
Date:
Subject: Serialize class changes
Next
From: Dave Cramer
Date:
Subject: Re: inet datatype question!