it.eng.spagobi.bo.dao.jdbc
Class AbstractJdbcDAO

java.lang.Object
  extended by it.eng.spagobi.bo.dao.jdbc.AbstractJdbcDAO
Direct Known Subclasses:
BIObjectDAOImpl, BIObjectParameterDAOImpl, CheckDAOImpl, DomainDAOImpl, EngineDAOImpl, LowFunctionalityDAOImpl, ModalitiesValueDAOImpl, ParameterDAOImpl, ParameterUseDAOImpl, RoleDAOImpl

public class AbstractJdbcDAO
extends java.lang.Object

Abstract class that all DAO will have to extend

Author:
zoppello

Constructor Summary
AbstractJdbcDAO()
           
 
Method Summary
static it.eng.spago.dbaccess.sql.DataConnection getConnection(java.lang.String connectLabel)
          Gets the JDBC Connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJdbcDAO

public AbstractJdbcDAO()
Method Detail

getConnection

public static it.eng.spago.dbaccess.sql.DataConnection getConnection(java.lang.String connectLabel)
                                                              throws EMFUserError
Gets the JDBC Connection.

Parameters:
connectLabel - The connection String
Returns:
The DataConnection connection object
Throws:
EMFUserError - If any Exception occurs