passing several columns into single array using RETURNING clause in java
From: Tanel Põder <tanel.poder.003@xxxxxxx>
To: <oracle-l@xxxxxxxxxxxxx>
Date: Tue, 3 Aug 2004 15:06:35 +0300
Hi!
How can I pass several column into single array using RETURNING clause in
Java?
The statement would have to be following:
update table set status = 'X'
where status 'Y'
returning rowid, col1, col2, col3 into :array;
The update will update several rows at a time...
I need an example, how can I return all those 4 columns to a single array on
Java client, not 4 different ones?
Can it be done using JDBC thin drivers?
Tanel.
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------