it.eng.spagobi.tools.dataset.common.dataproxy
Class JDBCDataProxy

java.lang.Object
  extended by it.eng.spagobi.tools.dataset.common.dataproxy.AbstractDataProxy
      extended by it.eng.spagobi.tools.dataset.common.dataproxy.JDBCDataProxy
All Implemented Interfaces:
IDataProxy

public class JDBCDataProxy
extends AbstractDataProxy

Author:
Andrea Gioia (andrea.gioia@eng.it)

Constructor Summary
JDBCDataProxy()
           
JDBCDataProxy(IDataSource dataSource)
           
JDBCDataProxy(IDataSource dataSource, java.lang.String statement)
           
 
Method Summary
 IDataSource getDataSource()
           
 java.lang.String getStatement()
           
 IDataStore load(IDataReader dataReader)
           
 IDataStore load(java.lang.String statement, IDataReader dataReader)
           
 void setDataSource(IDataSource dataSource)
           
 void setStatement(java.lang.String statement)
           
 
Methods inherited from class it.eng.spagobi.tools.dataset.common.dataproxy.AbstractDataProxy
bindParameters, getParametersMap, getProfile, setParametersMap, setProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCDataProxy

public JDBCDataProxy()

JDBCDataProxy

public JDBCDataProxy(IDataSource dataSource,
                     java.lang.String statement)

JDBCDataProxy

public JDBCDataProxy(IDataSource dataSource)
Method Detail

load

public IDataStore load(java.lang.String statement,
                       IDataReader dataReader)
                throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

load

public IDataStore load(IDataReader dataReader)
                throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

getDataSource

public IDataSource getDataSource()

setDataSource

public void setDataSource(IDataSource dataSource)

getStatement

public java.lang.String getStatement()

setStatement

public void setStatement(java.lang.String statement)