Mapping Advanced Oracle DataType
Mapping Advanced Oracle DataType
- Subject: Mapping Advanced Oracle DataType
- From: Metal Metal <email@hidden>
- Date: Tue, 29 Apr 2008 21:28:41 -0700 (PDT)
Hi All,
How can I map a user defined oracle datatype (eg. an array of oracle objects) in EO Modeler ?
For example:-
CREATE OR REPLACE TYPE phone_object AS OBJECT (
a_code CHAR(3),
p_number CHAR(8));
/
CREATE OR REPLACE TYPE PHONE_TABLE IS TABLE OF phone_object;
/
How can I map this PHONE_TABLE in EO Modeler ?
TIA
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden