com.espertech.esper.epl.db
Interface DatabaseConnectionFactory

All Known Implementing Classes:
DatabaseDMConnFactory, DatabaseDSConnFactory, DatabaseDSFactoryConnFactory

public interface DatabaseConnectionFactory

Factory for new database connections.


Method Summary
 java.sql.Connection getConnection()
          Creates a new database connection.
 

Method Detail

getConnection

java.sql.Connection getConnection()
                                  throws DatabaseConfigException
Creates a new database connection.

Returns:
new connection
Throws:
DatabaseConfigException - throws to indicate a problem getting a new connection

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