Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
Modifier and Type | Method and Description |
---|---|
ConfigurationDBRef.ConnectionSettings |
ConfigurationDBRef.getConnectionSettings()
Returns the connection settings for this database.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
DatabaseDMConnFactory.setConnectionOptions(Connection connection,
ConfigurationDBRef.ConnectionSettings connectionSettings)
Method to set connection-level configuration settings.
|
Constructor and Description |
---|
DatabaseDMConnFactory(ConfigurationDBRef.DriverManagerConnection driverConfig,
ConfigurationDBRef.ConnectionSettings connectionSettings,
EngineImportService engineImportService)
Ctor.
|
DatabaseDSConnFactory(ConfigurationDBRef.DataSourceConnection dsConfig,
ConfigurationDBRef.ConnectionSettings connectionSettings)
Ctor.
|
DatabaseDSFactoryConnFactory(ConfigurationDBRef.DataSourceFactory dsConfig,
ConfigurationDBRef.ConnectionSettings connectionSettings,
EngineImportService engineImportService)
Ctor.
|