oracle.toplink.xml
Class XMLDoesExistCall
java.lang.Object
DatasourceCall
oracle.toplink.sdk.AbstractSDKCall
oracle.toplink.xml.XMLCall
oracle.toplink.xml.XMLDoesExistCall
- 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 XMLDoesExistCall
- extends XMLCall
This class checks the XML data store for the existence of the XML document.
- Since:
- TOPLink/Java 3.0
- See Also:
- Serialized Form
| Method Summary |
java.lang.Object |
execute(DatabaseRow translationRow, Accessor accessor)
Deprecated. If the data exists, return the row, otherwise return null. |
| 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 |
XMLDoesExistCall
public XMLDoesExistCall()
- Deprecated.
- Default constructor.
execute
public java.lang.Object execute(DatabaseRow translationRow,
Accessor accessor)
throws XMLDataStoreException
- Deprecated.
- If the data exists, return the row, otherwise return null.
-
- Throws:
XMLDataStoreException