com.stimulsoft.report.dictionary.dataSources
Class StiOracleSource

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.dictionary.dataSources.StiDataSource
          extended by com.stimulsoft.report.dictionary.dataSources.StiDataStoreSource
              extended by com.stimulsoft.report.dictionary.dataSources.StiDataTableSource
                  extended by com.stimulsoft.report.dictionary.dataSources.StiSqlSource
                      extended by com.stimulsoft.report.dictionary.dataSources.StiOracleSource
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiEnumerator, IStiInherited, IStiStateSaveRestore, java.lang.Cloneable

public class StiOracleSource
extends StiSqlSource

Describes the Data Source realizing access to OleDb.


Field Summary
 
Fields inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataSource
columns, connectOnStart, detailRows, initForSubreport, RowToLevel
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiOracleSource()
           
StiOracleSource(java.lang.String nameInSource, java.lang.String name)
           
StiOracleSource(java.lang.String nameInSource, java.lang.String name, java.lang.String alias)
           
StiOracleSource(java.lang.String nameInSource, java.lang.String name, java.lang.String alias, java.lang.String sqlCommand)
           
 
Method Summary
 java.lang.Class<? extends StiDatabase> getDatabaseClass()
           
 StiSystemType getNetType(int dbType)
           
 
Methods inherited from class com.stimulsoft.report.dictionary.dataSources.StiSqlSource
getAllowExpressions, getCommandTimeout, getConnectOnStart, getFinalSqlCommand, getParameters, getQuery, getReconnectOnEachRow, getSqlCommand, getType, LoadFromJsonObject, SaveToJsonObject, setAllowExpressions, setCommandTimeout, setConnectOnStart, setParameters, setReconnectOnEachRow, setSqlCommand, setType, UpdateParameters
 
Methods inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataTableSource
GetCategoryName
 
Methods inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataStoreSource
connect, connect, createNewTable, disconnect, getDataName, getNameInSource, setDataName, setNameInSource
 
Methods inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataSource
CheckColumnsIndexs, clearAllStates, ClearAllStates, First, get, getAlias, GetChildDataSource, GetChildRelations, GetColumnIndex, getColumns, GetConditions, getConnectionOrder, getCount, GetData, getData, GetData, GetDataRow, getDataTable, getDictionary, getInherited, getIsBof, getIsConnected, getIsEmpty, getIsEof, getItem, getKey, GetLevel, getName, GetParentData, GetParentDataSource, GetParentRelations, getPosition, getPositionValue, getRealCount, getRelations, getRows, getVariableParameterByName, getVariableParameters, isEmpty, Last, Next, prepareData, Prior, ResetData, ResetDetailsRows, restoreState, RestoreState, saveState, setAlias, setColumns, setConnectionOrder, setCorrectName, SetData, setDataTable, SetDetails, setDictionary, SetFilter, setInherited, setIsBof, setIsEof, setKey, setName, setPosition, setPositionValue, setRows, SetSort, setVariableParameters, size, toString
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiOracleSource

public StiOracleSource()

StiOracleSource

public StiOracleSource(java.lang.String nameInSource,
                       java.lang.String name)
Parameters:
nameInSource -
name -

StiOracleSource

public StiOracleSource(java.lang.String nameInSource,
                       java.lang.String name,
                       java.lang.String alias)
Parameters:
nameInSource -
name -
alias -

StiOracleSource

public StiOracleSource(java.lang.String nameInSource,
                       java.lang.String name,
                       java.lang.String alias,
                       java.lang.String sqlCommand)
Parameters:
nameInSource -
name -
alias -
sqlCommand - Transact-SQL statement to execute at the Data Source.
Method Detail

getDatabaseClass

public java.lang.Class<? extends StiDatabase> getDatabaseClass()
Overrides:
getDatabaseClass in class StiDataTableSource

getNetType

public StiSystemType getNetType(int dbType)
Overrides:
getNetType in class StiSqlSource