No, unfortunately by the time the method call returns, the result set is closed.
Clinton On 8/7/07, Alec Lebedev <[EMAIL PROTECTED]> 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. >
