com.stimulsoft.report.dictionary.dataSources
Class StiDataSourceEmpty

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.StiDataSourceEmpty
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiEnumerator, IStiInherited, IStiStateSaveRestore, java.lang.Cloneable

public class StiDataSourceEmpty
extends StiDataSource


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
StiDataSourceEmpty()
           
StiDataSourceEmpty(java.lang.String dataSourceName)
           
 
Method Summary
 void connect()
           
 void connect(java.lang.Boolean fillTable)
           
 java.lang.Class<? extends StiDatabase> getDatabaseClass()
           
 
Methods inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataSource
CheckColumnsIndexs, clearAllStates, ClearAllStates, disconnect, First, get, getAlias, GetCategoryName, GetChildDataSource, GetChildRelations, GetColumnIndex, getColumns, GetConditions, getConnectionOrder, getConnectOnStart, getCount, GetData, getData, GetData, GetDataRow, getDataTable, getDictionary, getInherited, getIsBof, getIsConnected, getIsEmpty, getIsEof, getItem, getKey, GetLevel, getName, getParameters, GetParentData, GetParentDataSource, GetParentRelations, getPosition, getPositionValue, getRealCount, getRelations, getRows, getVariableParameterByName, getVariableParameters, isEmpty, Last, LoadFromJsonObject, Next, prepareData, Prior, ResetData, ResetDetailsRows, restoreState, RestoreState, saveState, SaveToJsonObject, setAlias, setColumns, setConnectionOrder, setConnectOnStart, setCorrectName, SetData, setDataTable, SetDetails, setDictionary, SetFilter, setInherited, setIsBof, setIsEof, setKey, setName, setParameters, 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

StiDataSourceEmpty

public StiDataSourceEmpty()

StiDataSourceEmpty

public StiDataSourceEmpty(java.lang.String dataSourceName)
Method Detail

connect

public void connect()
             throws StiException
Specified by:
connect in class StiDataSource
Throws:
StiException

getDatabaseClass

public java.lang.Class<? extends StiDatabase> getDatabaseClass()
Specified by:
getDatabaseClass in class StiDataSource

connect

public void connect(java.lang.Boolean fillTable)
             throws StiException
Specified by:
connect in class StiDataSource
Throws:
StiException