|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.dao.jdbc.AbstractJdbcDAO
public class AbstractJdbcDAO
Abstract class that all DAO will have to extend
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 |
---|
public AbstractJdbcDAO()
Method Detail |
---|
public static it.eng.spago.dbaccess.sql.DataConnection getConnection(java.lang.String connectLabel) throws EMFUserError
connectLabel
- The connection String
DataConnection
connection object
EMFUserError
- If any Exception occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |