Go to the FreeLists Home Page Home Signup Help Login
 



Browse oracle-l: This Month's ArchiveMain Archive PageRelated postsPrevious by DateNext by Date

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
-----------------------------------------------------------------

Other related posts:

  • passing several columns into single array using RETURNING clause in java
  • RE: passing several columns into single array using RETURNING clause in java
  • RE: passing several columns into single array using RETURNING clause in java
  • Re: passing several columns into single array using RETURNING clause in java
  • RE: passing several columns into single array using RETURNING clause in java
  • Re: passing several columns into single array using RETURNING clause in java
  • RE: passing several columns into single array using RETURNING clause in java




  • [ Home | Signup | Help | Login | Archives | Lists ]

    All trademarks and copyrights within the FreeLists archives are owned by their respective owners.
    Everything else ©2008 Avenir Technologies, LLC.