Package | Description |
---|---|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionCacheImpl
Caches the Connection and PreparedStatement instance for reuse.
|
class |
ConnectionNoCacheImpl
Implementation of a connection cache that simply doesn't cache but gets
a new connection and statement every request, and closes these every time
a client indicates done.
|
Modifier and Type | Method and Description |
---|---|
ConnectionCache |
DatabaseConfigServiceImpl.getConnectionCache(java.lang.String databaseName,
java.lang.String preparedStatementText) |
ConnectionCache |
DatabaseConfigService.getConnectionCache(java.lang.String databaseName,
java.lang.String preparedStatementText)
Returns true to indicate a setting to retain connections between lookups.
|
Constructor and Description |
---|
PollExecStrategyDBQuery(EventAdapterService eventAdapterService,
EventType eventType,
ConnectionCache connectionCache,
java.lang.String preparedStatementText,
java.util.Map<java.lang.String,DBOutputTypeDesc> outputTypes,
SQLColumnTypeConversion columnTypeConversionHook,
SQLOutputRowConversion outputRowConversionHook,
boolean enableJDBCLogging)
Ctor.
|