Uses of Class
net.esper.client.ConfigurationDBRef.ConnectionSettings

Packages that use ConfigurationDBRef.ConnectionSettings
net.esper.client This package defines the central Esper Client APIs. 
net.esper.eql.db   
 

Uses of ConfigurationDBRef.ConnectionSettings in net.esper.client
 

Methods in net.esper.client that return ConfigurationDBRef.ConnectionSettings
 ConfigurationDBRef.ConnectionSettings ConfigurationDBRef.getConnectionSettings()
          Returns the connection settings for this database.
 

Uses of ConfigurationDBRef.ConnectionSettings in net.esper.eql.db
 

Methods in net.esper.eql.db with parameters of type ConfigurationDBRef.ConnectionSettings
protected static void DatabaseDMConnFactory.setConnectionOptions(Connection connection, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Method to set connection-level configuration settings.
 

Constructors in net.esper.eql.db with parameters of type ConfigurationDBRef.ConnectionSettings
DatabaseDMConnFactory(ConfigurationDBRef.DriverManagerConnection driverConfig, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Ctor.
DatabaseDSConnFactory(ConfigurationDBRef.DataSourceConnection dsConfig, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Ctor.