Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> OBJECT TYPE Problem

OBJECT TYPE Problem

From: Andi <andreas.schwaiger_at_ixstrasser.com>
Date: Mon, 9 Jul 2001 09:28:29 +0200
Message-ID: <994664063.401678@newsmaster-04.atnet.at>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US