Hi All,

I'm writing a custom type handler and want to get access to the meta data for 
the column in context at the time the handler is invoked. I know that I can get 
access to the complete result set using getter.getResultSet(), but how do I 
identify the particular column in which I'm interested?  There doesn't appear 
to be a way to obtain the column's name from the ResultGetter and I'm reluctant 
to use reflection to obtain this information...  Any thoughts?

Thanks!

Reply via email to