Uses of Class
com.espertech.esper.epl.db.DatabaseConfigException

Packages that use DatabaseConfigException
com.espertech.esper.epl.db Database SQL polling views and caches 
 

Uses of DatabaseConfigException in com.espertech.esper.epl.db
 

Methods in com.espertech.esper.epl.db that throw DatabaseConfigException
 java.sql.Connection DatabaseDSFactoryConnFactory.getConnection()
           
 java.sql.Connection DatabaseDSConnFactory.getConnection()
           
 java.sql.Connection DatabaseDMConnFactory.getConnection()
           
 java.sql.Connection DatabaseConnectionFactory.getConnection()
          Creates a new database connection.
 ConnectionCache DatabaseConfigServiceImpl.getConnectionCache(java.lang.String databaseName, java.lang.String preparedStatementText)
           
 ConnectionCache DatabaseConfigService.getConnectionCache(java.lang.String databaseName, java.lang.String preparedStatementText)
          Returns true to indicate a setting to retain connections between lookups.
 DatabaseConnectionFactory DatabaseConfigServiceImpl.getConnectionFactory(java.lang.String databaseName)
           
 DatabaseConnectionFactory DatabaseConfigService.getConnectionFactory(java.lang.String databaseName)
          Returns a connection factory for a configured database.
 DataCache DatabaseConfigServiceImpl.getDataCache(java.lang.String databaseName, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle)
           
 DataCache DatabaseConfigService.getDataCache(java.lang.String databaseName, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle)
          Returns a new cache implementation for this database.
 ColumnSettings DatabaseConfigServiceImpl.getQuerySetting(java.lang.String databaseName)
           
 ColumnSettings DatabaseConfigService.getQuerySetting(java.lang.String databaseName)
          Returns the column metadata settings for the database.
protected static void DatabaseDMConnFactory.setConnectionOptions(java.sql.Connection connection, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Method to set connection-level configuration settings.
 

Constructors in com.espertech.esper.epl.db that throw DatabaseConfigException
DatabaseDMConnFactory(ConfigurationDBRef.DriverManagerConnection driverConfig, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Ctor.
DatabaseDSFactoryConnFactory(ConfigurationDBRef.DataSourceFactory dsConfig, ConfigurationDBRef.ConnectionSettings connectionSettings)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com