Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


com.sigmadynamics.sdo.support
Class SDSPDataSource

java.lang.Object
  extended by com.sigmadynamics.sdo.support.SDOBase
      extended by com.sigmadynamics.sdo.base.SDO
          extended by com.sigmadynamics.sdo.support.SDDataSource
              extended by com.sigmadynamics.sdo.base.DataSource
                  extended by com.sigmadynamics.sdo.support.SDSQLDataSource
                      extended by com.sigmadynamics.sdo.base.SQLDataSource
                          extended by com.sigmadynamics.sdo.support.SDSPDataSource

All Implemented Interfaces:
SDOInterface, DataSourceInterface
Direct Known Subclasses:
SPDataSource

public abstract class SDSPDataSource
extends SQLDataSource

User: ujjwalsingh Date: Jul 21, 2003


Field Summary

 

Fields inherited from class com.sigmadynamics.sdo.support.SDDataSource
REQUEST, SQL, STOREDPROCEDURE

 

Fields inherited from class com.sigmadynamics.sdo.support.SDOBase
description, internalName, sdExternalName

 

Constructor Summary
SDSPDataSource()
           

 

Method Summary
protected  void execute()
           
 boolean next()
           
 boolean nextResultSet()
           
 void release()
           

 

Methods inherited from class com.sigmadynamics.sdo.support.SDSQLDataSource
getCurrentResultSet, getDate, getDouble, getIndexFor, getInt, getObject, getString

 

Methods inherited from class com.sigmadynamics.sdo.support.SDOBase
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId, setDescription, setSDOId, setSDOLabel

 

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

 

Constructor Detail

SDSPDataSource

public SDSPDataSource()

Method Detail

execute

protected void execute()

nextResultSet

public boolean nextResultSet()
Specified by:
nextResultSet in interface DataSourceInterface
Overrides:
nextResultSet in class SDSQLDataSource

release

public void release()
Specified by:
release in interface DataSourceInterface
Overrides:
release in class SDSQLDataSource

next

public boolean next()
Specified by:
next in interface DataSourceInterface
Overrides:
next in class SDSQLDataSource

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


Copyright © 2010, Oracle. All rights reserved.