| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: object oriented vs object relational
> > generic code to copy any data structure of arbitrary complexity > > In a purely relational database: > UPDATE some_relation SET some_attribute = some_value_of_arbitrary_complexity;
Below is an example of an arbitrary data structure where
"." is a property
-> is a reference to an object
[] is object's class
() is object's quantity
Corvette [Car]
.Mfg
->GM
.Colors
->Silver
->Gray
Passengers Fldr
->Mary
John [Person]
.Age
->32 yr
.Friends
->John
->Bob
->ScrewDriver(3)
->Plier(2)
BottomDrawer
->Hammer
For more details see:
www.xdb1.com/Benchmark/6.asp
www.xdb1.com/HowTo/CopyObj.asp
Received on Sat Jun 08 2002 - 17:56:26 CDT
![]() |
![]() |