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,ICloneable,IStiAlias,IStiInherited,Cloneable
- Direct Known Subclasses:
StiOdbcDatabase,StiOleDbDatabase
-
Field Summary
Fields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiSqlDatabase.StiSqlDatabase(String name, String connectionString) Creates a new object of the type StiSqlDatabase.StiSqlDatabase(String name, String alias, String connectionString) Creates a new object of the type StiSqlDatabase. -
Method Summary
Modifier and TypeMethodDescriptionprotected StiAbstractAdaptergetAdapter(String connectionString) voidLoadFromJsonObject(JSONObject jObject) Methods inherited from class com.stimulsoft.report.dictionary.databases.StiJDBCDatabase
applyDatabaseInformation, connect, createDataSource, createSqlConnector, disconnect, fillTable, getAdapter2, getConnection, getConnectionString, getConnectionStringEncrypted, getData, getData, getDatabaseInformation, getDatabaseSpecificName, getDriver, getPassword, getPromptUserNameAndPassword, getQueryParameter, getSampleConnectionString, getServiceName, getUrl, getUser, registerOutParameterOracle, setConnection, setConnectionString, setConnectionStringEncrypted, setDriver, setPassword, setPromptUserNameAndPassword, setUrl, setUser, testConnection, toStringMethods inherited from class com.stimulsoft.report.dictionary.databases.StiDatabase
clone, connect, createDataSources, edit, getAlias, getConnectedEvent, getConnectingEvent, getDisconnectedEvent, getDisconnectingEvent, getInherited, getKey, getName, getServiceCategory, getServiceType, getString, invokeConnected, invokeConnecting, invokeDisconnected, invokeDisconnecting, onConnected, onDisconnected, onDisconnecting, parsePath, regData, setAlias, setConnectedEvent, setConnectingEvent, setDisconnectedEvent, setDisconnectingEvent, setInherited, setKey, setNameMethods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiSqlDatabase
public StiSqlDatabase()Creates a new object of the type StiSqlDatabase. -
StiSqlDatabase
Creates a new object of the type StiSqlDatabase. -
StiSqlDatabase
Creates a new object of the type StiSqlDatabase.
-
-
Method Details
-
getAdapter
- Overrides:
getAdapterin classStiJDBCDatabase
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiJDBCDatabase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiJDBCDatabase- Throws:
JSONException
-