Version 8.0-310 and PreparedStatement.getParameterMetaData() - Mailing list pgsql-jdbc

From Bruce Raggett
Subject Version 8.0-310 and PreparedStatement.getParameterMetaData()
Date
Msg-id 000801c53b78$cf036e30$1f593bcb@phicorp
Whole thread Raw
Responses Re: Version 8.0-310 and PreparedStatement.getParameterMetaData()
List 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.
 

pgsql-jdbc by date:

Previous
From: "Anthony Chaffey"
Date:
Subject: Re: An I/O error occured while sending to the backend
Next
From: Prasanth
Date:
Subject: Updatable resultset with join query.