Re: oracle nested table

2007-10-04 Thread Larry Meadors
Show us the SQL. Lary On 10/4/07, a b [EMAIL PROTECTED] wrote: Hi, if i have a nested table and i want to map some column within that nested table to some property of an object how can do that? thanks in advance

RE: oracle nested table

2007-10-04 Thread Yu, Jack
Yes, ibatis could work with Oracle Object in the table. If that's output parameter, you could use java.sql.Array to hold response data. If it is input, you would need to play some tricks to get Oracle Connection object and create oracle ARRAY. I am not sure whether that's the prefer way or not,