Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> object and nested table
Hello,
Excuse me for my bad english...
I have a "great" problem!
I would like create an object data type PEOPLE with an attribute
"CHILDREN" which is a set of PEOPLE.
Does Oracle manage the recursivity like O2 ?
In O2, I write : class PEOPLE public type tuple
( name : string, surname : string, children : set(PEOPLE) ) end;
Thanks
Please send answer to lamolle_at_irit.fr
Myriam Received on Wed Jul 21 1999 - 10:30:45 CDT
![]() |
![]() |