com.stimulsoft.report.dictionary.databases
Class StiOleDbDatabase

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.StiJDBCDatabase
                  extended by com.stimulsoft.report.dictionary.databases.StiSqlDatabase
                      extended by com.stimulsoft.report.dictionary.databases.StiOleDbDatabase
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiInherited, java.lang.Cloneable

public class StiOleDbDatabase
extends StiSqlDatabase


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiOleDbDatabase()
          Creates a new object of the type StiOleDbDatabase.
StiOleDbDatabase(java.lang.String name, java.lang.String connectionString)
          Creates a new object of the type StiOleDbDatabase.
StiOleDbDatabase(java.lang.String name, java.lang.String alias, java.lang.String connectionString)
          Creates a new object of the type StiOleDbDatabase.
 
Method Summary
 
Methods inherited from class com.stimulsoft.report.dictionary.databases.StiSqlDatabase
LoadFromJsonObject, SaveToJsonObject
 
Methods inherited from class com.stimulsoft.report.dictionary.databases.StiJDBCDatabase
applyDatabaseInformation, connect, connect, createSqlConnector, disconnect, fillTable, getConnection, getConnectionString, getConnectionStringEncrypted, getData, getData, getDatabaseInformation, getDriver, getPassword, getPromptUserNameAndPassword, getQueryParameter, getSampleConnectionString, getServiceName, getUrl, getUser, registerOutParameterOracle, setConnection, setConnectionString, setConnectionStringEncrypted, setDriver, setPassword, setPromptUserNameAndPassword, setUrl, setUser, testConnection, toString
 
Methods inherited from class com.stimulsoft.report.dictionary.databases.StiDatabase
createDataSources, edit, getAlias, getConnectedEvent, getConnectingEvent, getDisconnectedEvent, getDisconnectingEvent, getInherited, getKey, getName, getServiceCategory, getServiceType, getString, regData, setAlias, setConnectedEvent, setConnectingEvent, setDisconnectedEvent, setDisconnectingEvent, setInherited, setKey, setName
 
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

StiOleDbDatabase

public StiOleDbDatabase()
Creates a new object of the type StiOleDbDatabase.


StiOleDbDatabase

public StiOleDbDatabase(java.lang.String name,
                        java.lang.String connectionString)
Creates a new object of the type StiOleDbDatabase.


StiOleDbDatabase

public StiOleDbDatabase(java.lang.String name,
                        java.lang.String alias,
                        java.lang.String connectionString)
Creates a new object of the type StiOleDbDatabase.