com.stimulsoft.report.dictionary.databases
Class StiOracleDatabase

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

public class StiOracleDatabase
extends StiJDBCDatabase


Field Summary
 
Fields inherited from class com.stimulsoft.base.services.StiService
properties
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiOracleDatabase()
          Creates a new object of the type StiSqlDatabase.
StiOracleDatabase(java.lang.String name, java.lang.String connectionString)
          Creates a new object of the type StiSqlDatabase.
StiOracleDatabase(java.lang.String name, java.lang.String alias, java.lang.String connectionString)
          Creates a new object of the type StiSqlDatabase.
 
Method Summary
protected  StiAbstractAdapter getAdapter(java.lang.String connectionString)
           
 java.lang.String getSampleConnectionString()
           
 java.lang.String getServiceName()
          Gets a service name.
 
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, getUrl, getUser, LoadFromJsonObject, registerOutParameterOracle, SaveToJsonObject, 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, onConnected, onDisconnected, onDisconnecting, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiOracleDatabase

public StiOracleDatabase()
Creates a new object of the type StiSqlDatabase.


StiOracleDatabase

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


StiOracleDatabase

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

Method Detail

getAdapter

protected StiAbstractAdapter getAdapter(java.lang.String connectionString)
Overrides:
getAdapter in class StiJDBCDatabase

getServiceName

public java.lang.String getServiceName()
Description copied from class: StiJDBCDatabase
Gets a service name.

Overrides:
getServiceName in class StiJDBCDatabase

getSampleConnectionString

public java.lang.String getSampleConnectionString()
Overrides:
getSampleConnectionString in class StiJDBCDatabase


Copyright © 2018 Stimulsoft. All Rights Reserved.