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

Home -> Community -> Usenet -> c.d.o.misc -> Converting RAW to an Object in Java while using Volatile queues

Converting RAW to an Object in Java while using Volatile queues

From: Seth <sgelberg_at_optonline.net>
Date: 21 Sep 2001 06:47:18 -0700
Message-ID: <f3159b28.0109210547.60defa93@posting.google.com>


Does anyone know how to work with Volatile queues from Java.

In particular how can I work with the raw datatype from the volatile queue and convert it into the object that was enqueued on it.

Volatile queues only seem to support raw datatypes.

An examplu using this type would be great

Type sampleType is (id NUMBER, tstDate DATE, tstData VARCHAR2); -- Received on Fri Sep 21 2001 - 08:47:18 CDT

Original text of this message

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