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 Néstor Boscán <ne...@gmail.com> on 2009/08/09 08:11:57 UTC

Paging PL/SQL Cursor with iBatis

Hi
I'm interested in using iBatis with a project where I got tons of PL/SQL. I
need to page the queries returned by the PL/SQL which means that I have to
retrieve a subset of the returned cursor and not all of it. Can I do this
with iBatis?

Regards,

Néstor Boscán