Insert an entire object into an object table
Hi:
I have created an object that has 3 attributes. The first two are simple scalar datatypes and the third is another object.
I have created a table of the object tyep.
Now, I have a function that returns an instance of the object type to a calling procedure. I want the procedure to insert the passed object into the object table.
How can I write this insert statement so that it inserts the entire object into the table? Can I reference the entire object or must I specify each attribute:
Please help.
Thanks.
Bruce