Skip navigation links

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

E17787-02


com.sigmadynamics.sdo.support
Class SDSQLDataSource

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

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

public abstract class SDSQLDataSource
extends DataSource

User: ujjwal Date: Jun 20, 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
SDSQLDataSource()
           

 

Method Summary
protected  SDResultSet getCurrentResultSet()
           
 long getDate(int index, java.util.Calendar cal)
           
 double getDouble(int index)
           
 int getIndexFor(java.lang.String columnName)
           
 int getInt(int index)
           
 java.lang.Object getObject(int index)
           
 java.lang.String getString(int index)
           
 boolean next()
           
 boolean nextResultSet()
           
 void release()
           

 

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

SDSQLDataSource

public SDSQLDataSource()

Method Detail

getIndexFor

public int getIndexFor(java.lang.String columnName)

release

public void release()

nextResultSet

public boolean nextResultSet()

getCurrentResultSet

protected SDResultSet getCurrentResultSet()

next

public boolean next()

getObject

public java.lang.Object getObject(int index)

getInt

public int getInt(int index)

getString

public java.lang.String getString(int index)

getDouble

public double getDouble(int index)

getDate

public long getDate(int index,
                    java.util.Calendar cal)

Skip navigation links

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

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.