|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionCache | |
---|---|
net.esper.eql.db | Database SQL polling views and caches |
Uses of ConnectionCache in net.esper.eql.db |
---|
Subclasses of ConnectionCache in net.esper.eql.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 net.esper.eql.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 net.esper.eql.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 |