Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


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
 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.

 

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.
Throws:
SDKDataStoreException

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.