can ibatis map the results from one stored procedure in oracle to multiple 
result sets?
see complex 
e.g.

stp Weird-
if input param 1 then
does select * from X
     select * from table Y
else 
select * from f
     select * from table g
-----------------------------

in ibatis can this stp be mapped to object X and object Y (based on appropriate 
result sets)

Also can the stp be called with different inputs and have the different output 
result sets mapped to different objects
   e.g. object f and object g when input param is 2.

thanks
DS







 


_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


Reply via email to