|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionCache | |
---|---|
com.espertech.esper.epl.db | Database SQL polling views and caches |
Uses of ConnectionCache in com.espertech.esper.epl.db |
---|
Subclasses of ConnectionCache in com.espertech.esper.epl.db | |
---|---|
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. |
Methods in com.espertech.esper.epl.db that return ConnectionCache | |
---|---|
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. |
Constructors in com.espertech.esper.epl.db with parameters of type ConnectionCache | |
---|---|
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. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |