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

B32476-04

oracle.toplink.xml
Class XMLDeleteCall

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.XMLDeleteCall
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 XMLDeleteCall
extends XMLCall

XMLDeleteCall deletes the appropriate XML Document.

Since:
TOPLink/Java 3.0
See Also:
Serialized Form

Constructor Summary
XMLDeleteCall()
          Deprecated. Default constructor.
 
Method Summary
 java.lang.Object execute(oracle.toplink.internal.sessions.AbstractRecord translationRow, Accessor accessor)
          Deprecated. Delete 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

XMLDeleteCall

public XMLDeleteCall()
Deprecated. 
Default constructor.

Method Detail

execute

public java.lang.Object execute(oracle.toplink.internal.sessions.AbstractRecord translationRow,
                                Accessor accessor)
                         throws XMLDataStoreException
Deprecated. 
Delete the necessary data. The translation row holds the primary key for the data. Return a delete count.

Throws:
XMLDataStoreException

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