Java ,Spring Framework Calling Oracle Stored Procedure with CURSOR as input Parameter -


Normally, we register the cursor as an out parameter to retrieve values ​​from the Oracle stored procedure Are there.

The code below is for Spring:

  Romamapar & lt ;? & Gt; RowMapper = New DataRowMapper (tableName); Announce the parameter (new SQLautpamator (DAOKONSTANT.DRP_DOWN_CURSOR, OracleLype, cursor, linemapper); compile ();  

How can we create cursors in spring / java and input in the archival stored process Can pass as a parameter?


Comments