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 "March, Andres" <am...@soe.sony.com> on 2006/01/13 22:32:56 UTC

cursor support with postgres

Is there generic cursor support available?  The only things I can find
refer to Oracle.  I am using postgres and the result of my select
statement is a cursor not a result set.  I can define an OUT parameter
instead of using the return type if that helps.