com.stimulsoft.samples
Class ChildDatabase

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

public class ChildDatabase
extends StiDatabase

Copyright Stimulsoft


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
ChildDatabase()
           
 
Method Summary
 void connect(StiDataStoreSource stiDataStoreSource, java.lang.Boolean fillTable, StiReport report)
           
 void connect(StiDataStoreSource stiDataStoreSource, 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

ChildDatabase

public ChildDatabase()
Method Detail

connect

public void connect(StiDataStoreSource stiDataStoreSource,
                    StiReport report)
             throws StiException
Specified by:
connect in class StiDatabase
Throws:
StiException

disconnect

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

connect

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