Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.xml
Class XMLDataUpdateCall

java.lang.Object
  |
  +--oracle.toplink.sdk.AbstractSDKCall
        |
        +--oracle.toplink.xml.XMLCall
              |
              +--oracle.toplink.xml.XMLDataCall
                    |
                    +--oracle.toplink.xml.XMLDataWriteCall
                          |
                          +--oracle.toplink.xml.XMLDataUpdateCall
All Implemented Interfaces:
Call, java.lang.Cloneable, SDKCall, java.io.Serializable

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()
          Default constructor.

 

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, clone, clone, 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()
Default constructor.

Copyright © 2003 Oracle Corporation. All Rights Reserved.