You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Gilles Bayon <ib...@gmail.com> on 2005/05/18 22:56:01 UTC

Re: Custom Type Handler on multiple columns

You have the getResultSet() method on ResultGetter which return the
underlying ResultSet so you can access all the columns.

-Gilles