com.stimulsoft.report.dictionary.databases
Class StiMySqlDatabase

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

public class StiMySqlDatabase
extends StiJDBCDatabase


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiMySqlDatabase()
          Creates a new object of the type StiSqlDatabase.
StiMySqlDatabase(java.lang.String name, java.lang.String connectionString)
          Creates a new object of the type StiSqlDatabase.
StiMySqlDatabase(java.lang.String name, java.lang.String alias, java.lang.String connectionString)
          Creates a new object of the type StiSqlDatabase.
 
Method Summary
 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, 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

StiMySqlDatabase

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


StiMySqlDatabase

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


StiMySqlDatabase

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

Method Detail

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