examples of SQL Arrays and jdbc?

From: Richard Welty <rwelty(at)averillpark(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: examples of SQL Arrays and jdbc?
Date: 2003-02-06 23:18:19
Message-ID: E18gvHg-000260-00@skipper.averillpark.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

first, apologies for that blank message i just accidentally sent to the
list.

i'm looking for some decent examples of using the SQL array type with JDBC.
i have a number of arrays of 12 integers which need to come in and out. my
reference right now is the Sun _JDBC API Tutorial and Reference_, and it's
leaving me thinking that the Array/JDBC API is incredibly badly thought
out, e.g. i can extract an int [] easily but i have to convert it to an
Integer [] in order to write it back out. it can't really be this bad, can
it?

thanks,
richard
--
Richard Welty rwelty(at)averillpark(dot)net
Averill Park Networking 518-573-7592
Unix, Linux, IP Network Engineering, Security

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Eric B.Ridge 2003-02-07 00:11:15 Re: examples of SQL Arrays and jdbc?
Previous Message Richard Welty 2003-02-06 23:15:00 examples of SQL array type and JDBC?