Not directly, as it's a database specific type. You can create a custom type handler and use ResultSet getObject() to get the cursor. You must use the cursor completely within the type handler, as all resources are closed by the end of the execution.
Clinton On Thu, 09 Dec 2004 15:11:32 +0800, Gus Wang <[EMAIL PROTECTED]> wrote: > Hi, > > Does iBatis have support for Oracle stored procedure when the return > is a cursor (resultset)? How if yes? In JDBC, this is supported thru > oracle.jdbc.OracleTypes.CURSOR? Thanks in advance! > > Gus Wang > 13570700773 > Java Architect > Enterprise Web Services > Sun >

