Skip navigation links

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

B28219-01


oracle.toplink.sdk
Interface SDKCall

All Superinterfaces:
Call, java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
AbstractSDKCall

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(DatabaseRow translationRow, Accessor accessor)
          Deprecated. Execute the call and return the results.

 

Method Detail

execute

public java.lang.Object execute(DatabaseRow translationRow,
                                Accessor accessor)
                         throws SDKDataStoreException
Deprecated. 
Execute the call and return the results.
Throws:
SDKDataStoreException

Skip navigation links

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