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: Thomas Kyte <thomas.kyte_at_oracle.com>
Date: 18 Apr 2004 08:04:42 -0700
Message-ID: <7b0834a8.0404180704.7f9c1154@posting.google.com>


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 Received on Sun Apr 18 2004 - 10:04:42 CDT

Original text of this message

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