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

B32476-03

oracle.toplink.sdk
Interface SDKCall

All Superinterfaces:
Call, java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
AbstractSDKCall, XMLCall, XMLDataCall, XMLDataDeleteCall, XMLDataInsertCall, XMLDataReadCall, XMLDataUpdateCall, XMLDataWriteCall, XMLDeleteCall, XMLDoesExistCall, XMLInsertCall, XMLReadAllCall, XMLReadCall, XMLUpdateCall, XMLWriteCall

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

public interface SDKCall
extends Call

SDKCall augments the Call interface to define a bit more behavior, as required by the SDKQueryMechanism:

Since:
TOPLink/Java 3.0
See Also:
SDKQueryMechanism, SDKAccessor

Method Summary
 java.lang.Object execute(oracle.toplink.internal.sessions.AbstractRecord translationRow, Accessor accessor)
          Deprecated. Execute the call and return the results.
 

Method Detail

execute

java.lang.Object execute(oracle.toplink.internal.sessions.AbstractRecord translationRow,
                         Accessor accessor)
                         throws SDKDataStoreException
Deprecated. 
Execute the call and return the results.

Throws:
SDKDataStoreException

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