Package | Description |
---|---|
com.espertech.esper.common.internal.epl.historical.database.connection |
Modifier and Type | Method and Description |
---|---|
Connection |
DatabaseDSFactoryConnFactory.getConnection() |
Connection |
DatabaseDSConnFactory.getConnection() |
Connection |
DatabaseDMConnFactory.getConnection() |
Connection |
DatabaseConnectionFactory.getConnection()
Creates a new database connection.
|
ConnectionCache |
DatabaseConfigServiceRuntime.getConnectionCache(String databaseName,
String preparedStatementText) |
ConnectionCache |
DatabaseConfigServiceImpl.getConnectionCache(String databaseName,
String preparedStatementText) |
DatabaseConnectionFactory |
DatabaseConfigServiceImpl.getConnectionFactory(String databaseName) |
DatabaseConnectionFactory |
DatabaseConfigService.getConnectionFactory(String databaseName)
Returns a connection factory for a configured database.
|
HistoricalDataCache |
DatabaseConfigServiceRuntime.getDataCache(String databaseName,
AgentInstanceContext agentInstanceContext,
int streamNumber,
int scheduleCallbackId)
Returns a new cache implementation for this database.
|
HistoricalDataCache |
DatabaseConfigServiceImpl.getDataCache(String databaseName,
AgentInstanceContext agentInstanceContext,
int streamNumber,
int scheduleCallbackId) |
ColumnSettings |
DatabaseConfigServiceImpl.getQuerySetting(String databaseName) |
ColumnSettings |
DatabaseConfigServiceCompileTime.getQuerySetting(String databaseName)
Returns the column metadata settings for the database.
|
protected static void |
DatabaseDMConnFactory.setConnectionOptions(Connection connection,
ConfigurationCommonDBRef.ConnectionSettings connectionSettings)
Method to set connection-level configuration settings.
|
Constructor and Description |
---|
DatabaseDMConnFactory(ConfigurationCommonDBRef.DriverManagerConnection driverConfig,
ConfigurationCommonDBRef.ConnectionSettings connectionSettings,
ClasspathImportService classpathImportService)
Ctor.
|
DatabaseDSFactoryConnFactory(ConfigurationCommonDBRef.DataSourceFactory dsConfig,
ConfigurationCommonDBRef.ConnectionSettings connectionSettings,
ClasspathImportService classpathImportService)
Ctor.
|
Copyright © 2005–2018. All rights reserved.