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 Alec Lebedev <al...@nextpage.com> on 2007/08/07 22:02:35 UTC

accessing query ResultSet directly

Is it possible to access the ResultSet returned by the query without
having it wrapped in a List or HashMap? I am looking for a method like
SqlMapClient.queryForResultSet().

 

Thanks.


Re: accessing query ResultSet directly

Posted by Clinton Begin <cl...@gmail.com>.
No, unfortunately by the time the method call returns, the result set is
closed.

Clinton

On 8/7/07, Alec Lebedev <al...@nextpage.com> wrote:
>
>  Is it possible to access the ResultSet returned by the query without
> having it wrapped in a List or HashMap? I am looking for a method like
> SqlMapClient.queryForResultSet().
>
>
>
> Thanks.
>