I believe iBatis is all about bypassing handling resultsets and statements, so doubt it will provide much aid in retrieving ResultSetMetaData.
Instead, if I needed information about columns etc. I'd just use selects (mapped through iBatis) from database Data Dictionary. Good luck Koka