Uses of Class
com.espertech.esper.common.internal.epl.historical.database.connection.DatabaseConfigException
-
Uses of DatabaseConfigException in com.espertech.esper.common.internal.epl.historical.database.connection
Modifier and TypeMethodDescriptionDatabaseConnectionFactory.getConnection()
Creates a new database connection.DatabaseDMConnFactory.getConnection()
DatabaseDSConnFactory.getConnection()
DatabaseDSFactoryConnFactory.getConnection()
DatabaseConfigServiceImpl.getConnectionCache
(String databaseName, String preparedStatementText) DatabaseConfigServiceRuntime.getConnectionCache
(String databaseName, String preparedStatementText) DatabaseConfigService.getConnectionFactory
(String databaseName) Returns a connection factory for a configured database.DatabaseConfigServiceImpl.getConnectionFactory
(String databaseName) DatabaseConfigServiceImpl.getDataCache
(String databaseName, AgentInstanceContext agentInstanceContext, int streamNumber, int scheduleCallbackId) DatabaseConfigServiceRuntime.getDataCache
(String databaseName, AgentInstanceContext agentInstanceContext, int streamNumber, int scheduleCallbackId) Returns a new cache implementation for this database.DatabaseConfigServiceCompileTime.getQuerySetting
(String databaseName) Returns the column metadata settings for the database.DatabaseConfigServiceImpl.getQuerySetting
(String databaseName) protected static void
DatabaseDMConnFactory.setConnectionOptions
(Connection connection, ConfigurationCommonDBRef.ConnectionSettings connectionSettings) Method to set connection-level configuration settings.ModifierConstructorDescriptionDatabaseDMConnFactory
(ConfigurationCommonDBRef.DriverManagerConnection driverConfig, ConfigurationCommonDBRef.ConnectionSettings connectionSettings, ClasspathImportService classpathImportService) Ctor.DatabaseDSFactoryConnFactory
(ConfigurationCommonDBRef.DataSourceFactory dsConfig, ConfigurationCommonDBRef.ConnectionSettings connectionSettings, ClasspathImportService classpathImportService) Ctor.