|
||||||||||
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(String databaseName,
String preparedStatementText)
|
ConnectionCache |
DatabaseConfigService.getConnectionCache(String databaseName,
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,
String preparedStatementText,
Map<String,DBOutputTypeDesc> outputTypes)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |