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 -> Re: Object Question

Re: Object Question

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sun, 18 Apr 2004 10:42:47 -0700
Message-ID: <1082310156.645035@yasure>


Thomas Kyte wrote:

> Daniel Morgan <damorgan_at_x.washington.edu> wrote in message news:<1082237735.832467_at_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.
> 
> 
> One word:
> 
> Jpublisher
> 
> http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96658/toc.htm

Exactly what I was looking for. 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 Sun Apr 18 2004 - 12:42:47 CDT

Original text of this message

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