|
You can't get access to the column name. I've
tried before. Its a private field on the
ResultGetter implementation object. If only there was a getter method
on the ResultGetter interface. Now that's an
idea...
Paul From: Balaji [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 March 2006 12:30 AM To: [email protected] Subject: Re: CTH - column name won't getColumnName(int) need the column
index. What column index?
Tried doing getter.getClob().getAsciiStream();
- does not work bcos of Jconnect /Jdbc driver does not support getClob()
method.
I am reading a 'text' column by calling getter.getResultSet().getAsciiStream("COLNAME");
But, i do not want to hard code the column name and
be able to use CTH it for multiple columns of similar data type
Balaji
|
Title: Message
