JDBC and arrays - Mailing list pgsql-jdbc

From Miroslav Šulc
Subject JDBC and arrays
Date
Msg-id 45C295F4.4030100@startnet.cz
Whole thread Raw
Responses Re: JDBC and arrays
List pgsql-jdbc
Hi,

I tried to find some info on how to work with arrays using PostgreSQL
JDBC driver but didn't find anything useful except that I can implement
java.sql.Array to get support for arrays. Can someone, please, send me a
link on how to write and read array data using PostgreSQL JDBC driver or
give me a brief explanation? I'm also interested how to work with inet[]
arrays as they do not seem to be directly supported by JDBC API.

Thanks for any info.

--
Miroslav Šulc


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Max size for bytea type
Next
From: Kris Jurka
Date:
Subject: Re: getArray() and char[]