Class RVAnalysisServicesDataSource

java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVAnalysisServicesDataSource
Direct Known Subclasses:
RVAzureAnalysisServicesDataSource, RVHttpAnalysisServicesDataSource, RVNativeAnalysisServicesDataSource

public abstract class RVAnalysisServicesDataSource extends RVDashboardDataSource
Abstract base class for Microsoft Analysis Services (MS SSAS) data sources.
  • Field Details

  • Constructor Details

    • RVAnalysisServicesDataSource

      public RVAnalysisServicesDataSource()
  • Method Details

    • setCatalog

      public String setCatalog(String value)
      The name of the catalog (database) to use.
      Parameters:
      value -
      Returns:
    • getCatalog

      public String getCatalog()
      The name of the catalog (database) to use.
      Returns:
    • getProviderKey

      public String getProviderKey()
      Specified by:
      getProviderKey in class RVDashboardDataSource