oracle.toplink.sdk
Interface SDKCall

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

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
TypeMethod
 SDKCall clone(DatabaseQuery queryClone)
          Clone the call with the new query.
 java.lang.Object execute(DatabaseRow translationRow, oracle.toplink.internal.databaseaccess.Accessor accessor)
          Execute the call and return the results.
 
Methods inherited from interface oracle.toplink.queryframework.Call
 

Method Detail

clone

public SDKCall clone(DatabaseQuery queryClone)
Clone the call with the new query.

execute

public java.lang.Object execute(DatabaseRow translationRow,
                                oracle.toplink.internal.databaseaccess.Accessor accessor)
                         throws SDKDataStoreException
Execute the call and return the results.