Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Mapping PL/SQL types to java objects

317308Feb 25 2003 — edited Mar 3 2003
I'm using a Oracle 8i database with its ORDBMS featurs. I have som PL/SQL types containing some nestedtables with other types. I have i PL/SQL function that returns a custumer type.

function getCustomer( in custumerid number) return customert_t;

From my java program i'm calling this function. and returning it into a jdbc recordset. How can i map the PL/SQL type to a java class? Can i just use casting? Or du i have to pick det PL/SQL type apart?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2003
Added on Feb 25 2003
3 comments
521 views