Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.xml
Class XMLDataUpdateCall

java.lang.Object
  extended by oracle.toplink.internal.databaseaccess.DatasourceCall
      extended by oracle.toplink.sdk.AbstractSDKCall
          extended by oracle.toplink.xml.XMLCall
              extended by oracle.toplink.xml.XMLDataCall
                  extended by oracle.toplink.xml.XMLDataWriteCall
                      extended by oracle.toplink.xml.XMLDataUpdateCall

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Call, SDKCall

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public class XMLDataUpdateCall
extends XMLDataWriteCall

XMLDataUpdateCall simply writes the passed in database row into the specified "table" at the specified "primary key", overwriting the existing data.

Since:
TOPLink/Java 3.0
See Also:
Serialized Form

Constructor Summary
XMLDataUpdateCall()
          Deprecated. Default constructor.

 

Method Summary

 

Methods inherited from class oracle.toplink.xml.XMLDataWriteCall
execute

 

Methods inherited from class oracle.toplink.xml.XMLDataCall
addPrimaryKeyElementName, setPrimaryKeyElementName, setPrimaryKeyElementNames, setPrimaryKeyElementNames, setRootElementName

 

Methods inherited from class oracle.toplink.xml.XMLCall
getStreamPolicy, getXMLTranslator, setFile, setFile, setFileName, setFileName, setFiles, setFiles, setReader, setReaders, setStreamPolicy, setWriter, setXMLTranslator

 

Methods inherited from class oracle.toplink.sdk.AbstractSDKCall
addReadTranslation, addReadTranslations, addReadTranslations, addWriteTranslation, addWriteTranslations, addWriteTranslations, buildDefaultTranslator, buildNewQueryMechanism, buildQueryMechanism, getFieldTranslator, getLogString, isFinished, setFieldTranslator, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XMLDataUpdateCall

public XMLDataUpdateCall()
Deprecated. 
Default constructor.

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.