org.gcube.data.analysis.tabulardata.cube.data.connection
Interface DatabaseConnectionProvider

All Known Implementing Classes:
AdminDatabaseConnectionProvider, Tomcat7DatabaseConnectionProvider, UnprivilegedDatabaseConnectionProvider

public interface DatabaseConnectionProvider


Method Summary
 Connection getConnection()
           
 org.gcube.common.database.endpoint.DatabaseEndpoint getDatabaseEndpoint()
           
 org.postgresql.PGConnection getPostgreSQLConnection()
           
 

Method Detail

getConnection

Connection getConnection()
                         throws SQLException
Throws:
SQLException

getPostgreSQLConnection

org.postgresql.PGConnection getPostgreSQLConnection()
                                                    throws SQLException
Throws:
SQLException

getDatabaseEndpoint

org.gcube.common.database.endpoint.DatabaseEndpoint getDatabaseEndpoint()


Copyright © 2013. All Rights Reserved.