Re: getArray/setArray - desperately need to know how the

From: Toby Doig <binky(at)flirble(dot)org>
To:
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getArray/setArray - desperately need to know how the
Date: 2002-10-22 12:07:43
Message-ID: 20021022130631.T57236-100000@plum.flirble.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Don't know if arrays are handled by the pgsql driver or not, but if not
you could always de/serialise the array to/from a blob.

t

> I need to store and retrieve arrays as they are . JDBC 2.0 provides methods getArray/setArray which facilitates this. But i couldn't find out how exactly it is implemented.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Hooker 2002-10-22 15:19:36 Re: URGENT: Help with exception
Previous Message Narayan Murthy K S 2002-10-22 10:49:21 getArray/setArray - desperately need to know how the implementation is done