Uses of Class
net.esper.eql.db.DatabaseConfigException

Packages that use DatabaseConfigException
net.esper.eql.db   
 

Uses of DatabaseConfigException in net.esper.eql.db
 

Methods in net.esper.eql.db that throw DatabaseConfigException
 Connection DatabaseDSConnFactory.getConnection()
           
 Connection DatabaseDMConnFactory.getConnection()
           
 Connection DatabaseConnectionFactory.getConnection()
          Creates a new database connection.
 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.
 DatabaseConnectionFactory DatabaseConfigServiceImpl.getConnectionFactory(String databaseName)
           
 DatabaseConnectionFactory DatabaseConfigService.getConnectionFactory(String databaseName)
          Returns a connection factory for a configured database.
 DataCache DatabaseConfigServiceImpl.getDataCache(String databaseName)
           
 DataCache DatabaseConfigService.getDataCache(String databaseName)
          Returns a new cache implementation for this database.
protected static void DatabaseDMConnFactory.setConnectionOptions(Connection connection, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Method to set connection-level configuration settings.
 

Constructors in net.esper.eql.db that throw DatabaseConfigException
DatabaseDMConnFactory(ConfigurationDBRef.DriverManagerConnection driverConfig, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Ctor.