[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The ResultSetMetaData.getColumnClassName return value.
Tomasz Sztejka wrote:
> Hi,
>
> I tried to get class name of column data by the use of
> ResultSetMetaData.getColumnClassName method and found, that it returned
> string : "class java.math.BigDecimal", what I think is incorrect -
> there should be no "class" word in it. Can anyone clarify it?
It's not correct. I have just fixed this in my development version.
Thanks for the bug report.
Toby.