com.stimulsoft.report.dictionary.databases
Class StiDatabaseEmpty

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.dictionary.databases.StiDatabase
              extended by com.stimulsoft.report.dictionary.databases.StiDatabaseEmpty
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiInherited, java.lang.Cloneable

public class StiDatabaseEmpty
extends StiDatabase


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiDatabaseEmpty()
           
 
Method Summary
 void connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void connect(StiDataStoreSource dataTable, StiReport report)
           
 void disconnect()
           
 
Methods inherited from class com.stimulsoft.report.dictionary.databases.StiDatabase
applyDatabaseInformation, createDataSources, edit, getAlias, getConnectedEvent, getConnectingEvent, getDatabaseInformation, getDisconnectedEvent, getDisconnectingEvent, getInherited, getKey, getName, getServiceCategory, getServiceName, getServiceType, getString, LoadFromJsonObject, regData, SaveToJsonObject, setAlias, setConnectedEvent, setConnectingEvent, setDisconnectedEvent, setDisconnectingEvent, setInherited, setKey, setName, toString
 
Methods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled
 
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
 

Constructor Detail

StiDatabaseEmpty

public StiDatabaseEmpty()
Method Detail

connect

public void connect(StiDataStoreSource dataTable,
                    StiReport report)
Specified by:
connect in class StiDatabase

disconnect

public void disconnect()
Specified by:
disconnect in class StiDatabase

connect

public void connect(StiDataStoreSource source,
                    java.lang.Boolean fillTable,
                    StiReport report)
             throws StiException
Specified by:
connect in class StiDatabase
Throws:
StiException