Class | Description |
---|---|
ColumnSettings |
Column-level configuration settings are held in this immutable descriptor.
|
ConnectionCache |
Base class for a Connection and PreparedStatement cache.
|
ConnectionCacheImpl |
Caches the Connection and PreparedStatement instance for reuse.
|
ConnectionCacheNoCacheImpl |
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.
|
DBOutputTypeDesc |
Descriptor for SQL output columns.
|
HistoricalEventViewableDatabase | |
HistoricalEventViewableDatabaseFactory |
Implements a poller viewable that uses a polling strategy, a cache and
some input parameters extracted from event streams to perform the polling.
|
HistoricalEventViewableDatabaseForge | |
HistoricalEventViewableDatabaseForgeFactory | |
PollExecStrategyDBQuery |
Viewable providing historical data from a database.
|
QueryMetaData |
Holder for query meta data information obtained from interrogating statements.
|
SQLParameterDesc |
Hold a raw SQL-statements parameter information that were specified in the form ${name}.
|
Copyright © 2005–2018. All rights reserved.