AbstractJdbc2Array

From: Marek Lewczuk <newsy(at)lewczuk(dot)com>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>, Kris Jurka <books(at)ejurka(dot)com>
Subject: AbstractJdbc2Array
Date: 2007-08-17 08:03:56
Message-ID: 46C5566C.5040508@lewczuk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello Kris and others,
in the attachment you can find rewriten code for AbstractJdbc2Array - it
contains working implementations of both getArray and getResultSet
methods. I have made all required changes comparing to my previous code,
which means that user can set "compatible" parameter to < 8.2 in order
to use primitive types and not to parse NULL as Java nulls.

Please test the code and if everything is OK please add it to CSV (or
maybe I could do it by myself, then please point me how do log-in etc...).

If you find any problems or have questions please write me an email.

PS. Sorry for the delay sending the code, but I was on vacation :-)

Best regards,
Marek Lewczuk

Attachment Content-Type Size
AbstractJdbc2Array.java text/plain 18.1 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marek Lewczuk 2007-08-17 08:04:49 AbstractJdbc2Array rewritten code
Previous Message Benjamin Shive 2007-08-16 15:18:30 getGeneratedKeys() support?