Interface DatabaseConfigServiceCompileTime
- All Superinterfaces:
DatabaseConfigService
- All Known Implementing Classes:
DatabaseConfigServiceImpl
Service providing database connection factory and configuration information
for use with historical data polling.
-
Method Summary
Modifier and TypeMethodDescriptiongetQuerySetting
(String databaseName) Returns the column metadata settings for the database.Methods inherited from interface com.espertech.esper.common.internal.epl.historical.database.connection.DatabaseConfigService
getConnectionFactory
-
Method Details
-
getQuerySetting
Returns the column metadata settings for the database.- Parameters:
databaseName
- is the database name- Returns:
- indicators for change case, metadata retrieval strategy and others
- Throws:
DatabaseConfigException
- if the name was not configured
-