Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.xml
Class XMLWriteCall

java.lang.Object
  extended byDatasourceCall
      extended byoracle.toplink.sdk.AbstractSDKCall
          extended byoracle.toplink.xml.XMLCall
              extended byoracle.toplink.xml.XMLWriteCall

All Implemented Interfaces:
Call, java.lang.Cloneable, SDKCall, java.io.Serializable
Direct Known Subclasses:
XMLInsertCall, XMLUpdateCall

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

public abstract class XMLWriteCall
extends XMLCall

XMLWriteCall simply adds the assumption that the query is a ModifyQuery.

Since:
TOPLink/Java 3.0
See Also:
ModifyQuery, Serialized Form

Constructor Summary
XMLWriteCall()
          Deprecated. Default constructor.

 

Method Summary
 java.lang.Object execute(DatabaseRow translationRow, Accessor accessor)
          Deprecated. Write the necessary data.

 

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

XMLWriteCall

public XMLWriteCall()
Deprecated. 
Default constructor.

Method Detail

execute

public java.lang.Object execute(DatabaseRow translationRow,
                                Accessor accessor)
                         throws XMLDataStoreException
Deprecated. 
Write the necessary data. The translation row holds the primary key for the data. But the modify row holds all the data to be written. Return a modify count.
Throws:
XMLDataStoreException

Skip navigation links

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