Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Object programming with Oracle 9i
hi object/relational developers
Please bear with me if I am not using the right terminology.
Am intending on using java to access to the underlying relational tables. Was thinking of exposing the database to java using Object views over the relational views. Trying to isolate the complexity of data access in the DB from the developers.
The questions I have are
I know it is possible to do the following:
UPDATE Addr set street = JObj.street, city = JObj.city But can you do something like UPDATE Addr set Addr value = JObj
2. Updating only dirty data
Given an object , is it possible to update the database with only dirty data without comparing every attribute/column and traversing thru the object?
Any comments or help is appreciated.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: tjambu_fatcity_at_yahoo.com.au
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sat Aug 16 2003 - 11:39:22 CDT
![]() |
![]() |