Interface ConnectionProvider

All Known Implementing Classes:
IdmLightSimpleConnectionProvider

public interface ConnectionProvider
Provider of JDBC Connections. Essentially a much simplified DataSource -- sans the CommonDataSource bits, which are a hassle.
Author:
Michael Vorburger
  • Method Details

    • getConnection

      Connection getConnection() throws StoreException
      Get an SQL Connection.
      Returns:
      a connection from this Factory; it may be a brand new one obtained from the JDBC Driver, or an existing open one, if it has not previously been closed
      Throws:
      StoreException - if no Connection could be obtained