PreparedStatement.getParameterMetaData

From: Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: PreparedStatement.getParameterMetaData
Date: 2005-11-20 16:49:36
Message-ID: 74e15baa0511200849x7cd6284dic27dbe95cca08bcf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I noticed yesterday that this does not seem to be working in the
released drivers for 7.3 or 8.0. In the 7.3 build from the web site
(no version in the name), I got something like an unimplemented
exception. In the 8.0 build (314) I got a null. I haven't tried the
8.1 build as it seemed a little risky against an old 7.3 database.

Aaron

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-11-21 00:13:57 Re: passing array as parameters to PrepareStatement or callable
Previous Message Dave Cramer 2005-11-20 16:10:45 Re: implementing setObject(n, java array[])