Interface MondrianDataAdapter
-
- All Superinterfaces:
ClasspathAwareDataAdapter,DataAdapter,JdbcDataAdapter
- All Known Implementing Classes:
MondrianDataAdapterImpl
public interface MondrianDataAdapter extends JdbcDataAdapter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.data.jdbc.JdbcDataAdapter
PROPERTY_DEFAULT_AUTO_COMMIT, PROPERTY_DEFAULT_READ_ONLY, PROPERTY_DEFAULT_TRANSACTION_ISOLATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCatalogURI()voidsetCatalogURI(String catalogURI)-
Methods inherited from interface net.sf.jasperreports.data.ClasspathAwareDataAdapter
getClasspath, setClasspath
-
Methods inherited from interface net.sf.jasperreports.data.DataAdapter
getName, setName
-
Methods inherited from interface net.sf.jasperreports.data.jdbc.JdbcDataAdapter
getAutoCommit, getDatabase, getDriver, getPassword, getProperties, getReadOnly, getServerAddress, getTransactionIsolation, getUrl, getUsername, isSavePassword, setAutoCommit, setDatabase, setDriver, setPassword, setProperties, setReadOnly, setSavePassword, setServerAddress, setTransactionIsolation, setUrl, setUsername
-
-