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

Home -> Community -> Usenet -> c.d.o.server -> Object Question

Object Question

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sat, 17 Apr 2004 14:35:47 -0700
Message-ID: <1082237735.832467@yasure>


In the database I do the following:

CREATE OR REPLACE TYPE rectangle_t AS OBJECT (

h  NUMBER,
w  NUMBER,
x  NUMBER,

y NUMBER);
/

CREATE TABLE rectable (
rectangle_id NUMBER(3),
rectangle rectangle_t);

Now the question. Does anyone have a simple example built with JDeveloper or any other Java framework that can select, insert, update, and delete this all the time treating it as an object?

And, of course, would you mind sharing it for my class.

Thanks.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sat Apr 17 2004 - 16:35:47 CDT

Original text of this message

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