getArray/setArray - desperately need to know how the implementation is done

From: "Narayan Murthy K S" <narayan(dot)murthy(at)wipro(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: getArray/setArray - desperately need to know how the implementation is done
Date: 2002-10-22 10:49:21
Message-ID: 008b01c279b8$adec67d0$8bb17fc0@NarayanMurthy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

All,

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.
ie. if i have arrays like :
int [] , String [].....
how do i actually use the getArray() and setArray() methods to store these .

thanks,
Narayan Murthy

Attachment Content-Type Size
Wipro_Disclaimer.txt text/plain 522 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Toby Doig 2002-10-22 12:07:43 Re: getArray/setArray - desperately need to know how the
Previous Message Adebayo A. Alabi 2002-10-22 08:52:20 questions