Skip navigation links

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

B28219-01


oracle.toplink.sdk
Class SDKAccessor

java.lang.Object
  extended byDatasourceAccessor
      extended byoracle.toplink.sdk.SDKAccessor

Direct Known Subclasses:
XMLFileAccessor

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

public class SDKAccessor
extends DatasourceAccessor

SDKAccessor is a facile concrete subclass of DatasourceAccessor. It is extensible for non-relational data access.

Since:
TOPLink/Java 3.0
See Also:
SDKCall, SDKLogin, Serialized Form

Constructor Summary
SDKAccessor()
          Deprecated. Default Constructor.

 

Method Summary
 void basicBeginTransaction(Session session)
          Deprecated. Begin a transaction on the "data store".
 void basicCommitTransaction(Session session)
          Deprecated. Commit the transaction to the "data store".
 java.lang.Object basicExecuteCall(Call call, DatabaseRow translationRow, Session session)
          Deprecated. Execute the specified call with the specified parameter row.
 void basicRollbackTransaction(Session session)
          Deprecated. Rollback the transaction on the "data store".
 java.lang.String toString()
          Deprecated. Call #toString(PrintWriter), to allow subclasses to insert additional information.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SDKAccessor

public SDKAccessor()
Deprecated. 
Default Constructor.

Method Detail

basicBeginTransaction

public void basicBeginTransaction(Session session)
                           throws SDKDataStoreException
Deprecated. 
Begin a transaction on the "data store".
Throws:
SDKDataStoreException

basicCommitTransaction

public void basicCommitTransaction(Session session)
                            throws SDKDataStoreException
Deprecated. 
Commit the transaction to the "data store".
Throws:
SDKDataStoreException

basicRollbackTransaction

public void basicRollbackTransaction(Session session)
                              throws SDKDataStoreException
Deprecated. 
Rollback the transaction on the "data store".
Throws:
SDKDataStoreException

basicExecuteCall

public java.lang.Object basicExecuteCall(Call call,
                                         DatabaseRow translationRow,
                                         Session session)
                                  throws SDKDataStoreException
Deprecated. 
Execute the specified call with the specified parameter row.
Throws:
SDKDataStoreException

toString

public java.lang.String toString()
Deprecated. 
Call #toString(PrintWriter), to allow subclasses to insert additional information.

Skip navigation links

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