Hi,

I'm evaluating IBatis sqlMap/DAO wrt Oracle functionality, like:
  • "RETURNING ... INTO ..." Clause
  • CLOB (oracle.sql.CLOB) >32K
  • BLOB (oracle.sql.BLOB)
  • XMLType (oracle.xdb.XMLType)
  • CallableStatement...
It looks to me that none of these are really supported. I, for instance have a packaged function:

function insert_record( p_i_values in pck2.refcursortype)
return   pck2.refcursortype;

Is there any way to call these types of objects from IBatis?

Thx.
Jan.
--
Get Firefox!  And  Get Thunderbird

<<inline: get.gif>>

<<inline: thunderbird.png>>

Reply via email to