Version 8.0-310 and PreparedStatement.getParameterMetaData()

From: "Bruce Raggett" <phicorp(at)iinet(dot)net(dot)au>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Version 8.0-310 and PreparedStatement.getParameterMetaData()
Date: 2005-04-07 13:50:50
Message-ID: 000801c53b78$cf036e30$1f593bcb@phicorp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello All,

I have used PreparedStatement.getParameterMetaData() with version 8.0-310 and obtained the following results:
(1) parameterMetaData.getParameterCount() worked correctly.
(2) parameterMetaData.getParameterType() worked correctly.
(3) parameterMetaData.getParameterClassName() returned null instead of java.lang.String.

Does the third result above indicate a bug, or is this result expected at this stage of development?

Many thanks,
Bruce.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Prasanth 2005-04-07 19:31:19 Updatable resultset with join query.
Previous Message Anthony Chaffey 2005-04-07 11:34:44 Re: An I/O error occured while sending to the backend