No... but typically what you would do is just have a post processing step...
MyRowHandler handler = new MyRowHandler()
mapper.queryWithRowHandler("blah",handler);
handler.postProcessing();
Clinton
On Tue, Sep 16, 2008 at 2:05 PM, sjewett <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Any help is greatly appreciated. I'm using iBATIS 2.1.7. Is there any
> way,
> from within the handleRow() method, to determine whether you are on the
> last
> (final) row?
>
> Thank you
> --
> View this message in context:
> http://www.nabble.com/In-RowHandler.handleRow%28%29-determine-if-last-record-tp19519525p19519525.html
> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
>
>