How would you call them from JDBC? iBATIS supports pretty much anything supported by the standard JDBC APIs.
Vendor specific extensions typically require a custom type handler, or may not be supportable at all. Clinton On Tue, 04 Jan 2005 18:43:52 +0100, Jan Vissers <[EMAIL PROTECTED]> wrote: > 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. > > -- > > And

