com.stimulsoft.report.dictionary.databases
Class StiSqlDatabase
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.dictionary.databases.StiDatabase
com.stimulsoft.report.dictionary.databases.StiJDBCDatabase
com.stimulsoft.report.dictionary.databases.StiSqlDatabase
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiInherited, java.lang.Cloneable
- Direct Known Subclasses:
- StiOdbcDatabase, StiOleDbDatabase
public class StiSqlDatabase
- extends StiJDBCDatabase
Constructor Summary |
StiSqlDatabase()
Creates a new object of the type StiSqlDatabase. |
StiSqlDatabase(java.lang.String name,
java.lang.String connectionString)
Creates a new object of the type StiSqlDatabase. |
StiSqlDatabase(java.lang.String name,
java.lang.String alias,
java.lang.String connectionString)
Creates a new object of the type StiSqlDatabase. |
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiSqlDatabase
public StiSqlDatabase()
- Creates a new object of the type StiSqlDatabase.
StiSqlDatabase
public StiSqlDatabase(java.lang.String name,
java.lang.String connectionString)
- Creates a new object of the type StiSqlDatabase.
StiSqlDatabase
public StiSqlDatabase(java.lang.String name,
java.lang.String alias,
java.lang.String connectionString)
- Creates a new object of the type StiSqlDatabase.
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiJDBCDatabase
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Overrides:
LoadFromJsonObject
in class StiJDBCDatabase
- Throws:
JSONException