Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Implementing Object Type Methods
I ve just read the tutorial of oracle about Object Type Call Specs I ve created the same Object as in their examples
CREATE TYPE Employee AS OBJECT (
empno NUMBER(4),
ename VARCHAR2(10),
job VARCHAR2(9), mgr NUMBER(4), hiredate DATE, sal NUMBER(7), comm NUMBER(7),
I've write the two adequate functions raiseSal and wages inside of my
Paymaster classes.
But I don t know how to execute those two functions. I'm stuck.
Any help would be appreciated
Thx in advance and sorry for my poor english
Best Regards
Frederic Charpentier
Received on Tue Apr 10 2001 - 10:03:20 CDT
![]() |
![]() |