Hi,
    I have a refcursor returned out of my procedure. The data that comes out
of it is like this

col1 has either value 1 or value 2
and there are other column data

I wanna put data mapped to col1=value1 in a object and col1=value2 in a
object. Is there a way to do this with Ibatis.

Regards
Sundar

Reply via email to