Re: prepared statement using postgres array - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: prepared statement using postgres array
Date
Msg-id Pine.BSO.4.64.0712010753140.20585@leary.csoft.net
Whole thread Raw
In response to prepared statement using postgres array  ("Christian Kindler" <christian.kindler@gmx.net>)
List pgsql-jdbc

On Fri, 30 Nov 2007, Christian Kindler wrote:

> I have read a lot but did not find any solution for inserting a array of
> floats into pg database via jdbc and prepared statements.
>

Just now I've implemented the JDBC4 method Connection.createArrayOf, so if
you're using JDK1.6 and don't mind using a development driver that's
probably the best way to go.

http://ejurka.com/pgsql/jars/arr/

Kris Jurka

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: prepared statement using postgres array
Next
From: Marek Lewczuk
Date:
Subject: Re: AbstractJdbc2Array - another patch