Skip navigation links

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

B28219-01


oracle.toplink.xml
Class XMLDataInsertCall

java.lang.Object
  extended byDatasourceCall
      extended byoracle.toplink.sdk.AbstractSDKCall
          extended byoracle.toplink.xml.XMLCall
              extended byoracle.toplink.xml.XMLDataCall
                  extended byoracle.toplink.xml.XMLDataWriteCall
                      extended byoracle.toplink.xml.XMLDataInsertCall

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

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

public class XMLDataInsertCall
extends XMLDataWriteCall

XMLDataInsertCall simply inserts the passed in database row into the specified "table" at the specified "primary key".

Since:
TOPLink/Java 3.0
See Also:
Serialized Form

Constructor Summary
XMLDataInsertCall()
          Deprecated. 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, getFieldTranslator, getLogString, isFinished, setFieldTranslator, toString

 

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

 

Constructor Detail

XMLDataInsertCall

public XMLDataInsertCall()
Deprecated. 
Default constructor.

Skip navigation links

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