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

From Dave Cramer
Subject Re: prepared statement using postgres array
Date
Msg-id 77FD84BA-A86E-4037-9735-115CF1A077B4@fastcrypt.com
Whole thread Raw
In response to prepared statement using postgres array  ("Christian Kindler" <christian.kindler@gmx.net>)
Responses Re: prepared statement using postgres array
List pgsql-jdbc
Christian,


Look through our test code, essentially you have to implement the
java.sql.Array interface on an object which contains an array of
floats and pass that in.

Dave
On 30-Nov-07, at 9:07 AM, Christian Kindler wrote:

> Hello
>
> 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.
>
> Can anyone please help me out?
>
> Thanks
> Christian
> --
> cu
> Chris
>
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: explain analyze is your friend


pgsql-jdbc by date:

Previous
From: "Christian Kindler"
Date:
Subject: prepared statement using postgres array
Next
From: "Christian Kindler"
Date:
Subject: Re: prepared statement using postgres array