There currently is no way.  I always recommend ignoring the RSMD, and instead use the Java types for the information.  That is, introspect the bean and check the type (String, int, Double, Date etc.).

Doing so will keep your application free of database dependencies.

Cheers,
Clinton

On 7/21/05, Abdullah Kauchali <[EMAIL PROTECTED]> wrote:
What's the best way to obtain resultset metadata from queries executed
through iBatis?

Reply via email to