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!