Re: binding variable length array

From: Barry Lind <blind(at)xythos(dot)com>
To: Chris Faulkner <chrisf(at)oramap(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: binding variable length array
Date: 2003-08-28 17:23:24
Message-ID: 3F4E3A8C.80301@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Chris,

You can use the getArray() method to return a java.sql.Array object.
Currently there isn't any good way to set an array value, but selecting
one should be fine. There is a pending patch in the queue to better
support setting arrays.

thanks,
--Barry

Chris Faulkner wrote:
> Hello
>
> I have an variable length array in a table that I need to fetch into a Java
> structure via JDBC. What is the best way of doing this ? AT the moment, I am
> doing this
>
> select array[1], array[2], array[3], array[4] ..
>
> This only works because I know that whilst it varies in size, the array will
> never be larger than 4. But this is obviously not very nice.
>
> Thanks
>
> Chris
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-08-28 17:30:30 Re: Help - lo_close: invalid large obj descriptor
Previous Message Barry Lind 2003-08-28 17:21:15 Re: Help - lo_close: invalid large obj descriptor