Re: prepared statement using postgres array

From: Kris Jurka <books(at)ejurka(dot)com>
To: Christian Kindler <christian(dot)kindler(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: prepared statement using postgres array
Date: 2007-12-01 12:55:33
Message-ID: Pine.BSO.4.64.0712010753140.20585@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marek Lewczuk 2007-12-01 19:01:35 Re: AbstractJdbc2Array - another patch
Previous Message Dave Cramer 2007-12-01 12:35:38 Re: prepared statement using postgres array