Class StiDuckDbDatabase
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.StiDuckDbDatabase
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiName,ICloneable,IStiAlias,IStiInherited,Cloneable
-
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.StiDuckDbDatabase(String name, String connectionString) Creates a new object of the type StiSqlDatabase.StiDuckDbDatabase(String name, String alias, String connectionString) Creates a new object of the type StiSqlDatabase. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildConnectionString(String path, boolean readOnly) createDataSource(String nameInSource, String name) protected StiAbstractAdaptergetAdapter(String connectionString) Gets a service name.Methods inherited from class com.stimulsoft.report.dictionary.databases.StiJDBCDatabase
applyDatabaseInformation, connect, createSqlConnector, disconnect, fillTable, getAdapter2, getConnection, getConnectionString, getConnectionStringEncrypted, getData, getData, getDatabaseInformation, getDatabaseSpecificName, getDriver, getPassword, getPromptUserNameAndPassword, getQueryParameter, getUrl, getUser, LoadFromJsonObject, registerOutParameterOracle, SaveToJsonObject, 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
-
StiDuckDbDatabase
public StiDuckDbDatabase()Creates a new object of the type StiSqlDatabase. -
StiDuckDbDatabase
Creates a new object of the type StiSqlDatabase. -
StiDuckDbDatabase
Creates a new object of the type StiSqlDatabase.
-
-
Method Details
-
getAdapter
- Overrides:
getAdapterin classStiJDBCDatabase
-
getServiceName
Description copied from class:StiJDBCDatabaseGets a service name.- Overrides:
getServiceNamein classStiJDBCDatabase
-
getSampleConnectionString
- Overrides:
getSampleConnectionStringin classStiJDBCDatabase
-
buildConnectionString
-
createDataSource
- Overrides:
createDataSourcein classStiJDBCDatabase
-