Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> OBJECT TYPE Problem
Hi I have an object type with member variable x and member function getx()
i create a table with :
create table mytab (id number, obj myobj,.....
insert into table (1,, myobj(1)); and
select a.obj.getx() from mytab a where id = 1 works fine.
now I want to generate a function which increments the x value and returns the new value
how can i do this??
thanks for helping
Andi Received on Mon Jul 09 2001 - 02:28:29 CDT
![]() |
![]() |