Package | Description |
---|---|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
Modifier and Type | Method and Description |
---|---|
Connection |
DatabaseDSFactoryConnFactory.getConnection() |
Connection |
DatabaseDSConnFactory.getConnection() |
Connection |
DatabaseDMConnFactory.getConnection() |
Connection |
DatabaseConnectionFactory.getConnection()
Creates a new database connection.
|
ConnectionCache |
DatabaseConfigServiceImpl.getConnectionCache(String databaseName,
String preparedStatementText) |
ConnectionCache |
DatabaseConfigService.getConnectionCache(String databaseName,
String preparedStatementText)
Returns true to indicate a setting to retain connections between lookups.
|
DatabaseConnectionFactory |
DatabaseConfigServiceImpl.getConnectionFactory(String databaseName) |
DatabaseConnectionFactory |
DatabaseConfigService.getConnectionFactory(String databaseName)
Returns a connection factory for a configured database.
|
DataCache |
DatabaseConfigServiceImpl.getDataCache(String databaseName,
StatementContext statementContext,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
DataCacheFactory dataCacheFactory,
int streamNumber) |
DataCache |
DatabaseConfigService.getDataCache(String databaseName,
StatementContext statementContext,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
DataCacheFactory dataCacheFactory,
int streamNumber)
Returns a new cache implementation for this database.
|
ColumnSettings |
DatabaseConfigServiceImpl.getQuerySetting(String databaseName) |
ColumnSettings |
DatabaseConfigService.getQuerySetting(String databaseName)
Returns the column metadata settings for the database.
|
protected static void |
DatabaseDMConnFactory.setConnectionOptions(Connection connection,
ConfigurationDBRef.ConnectionSettings connectionSettings)
Method to set connection-level configuration settings.
|
Constructor and Description |
---|
DatabaseDMConnFactory(ConfigurationDBRef.DriverManagerConnection driverConfig,
ConfigurationDBRef.ConnectionSettings connectionSettings,
EngineImportService engineImportService)
Ctor.
|
DatabaseDSFactoryConnFactory(ConfigurationDBRef.DataSourceFactory dsConfig,
ConfigurationDBRef.ConnectionSettings connectionSettings,
EngineImportService engineImportService)
Ctor.
|