Class RVSqlBasedDataSource

java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVSqlBasedDataSource
Direct Known Subclasses:
RVOracleDataSource, RVRedshiftDataSource, RVSqlPDSDataSource, RVSyBaseDataSource

public abstract class RVSqlBasedDataSource extends RVDashboardDataSource
The base data source class used to represent a connection to one of the supported database systems.
  • Constructor Details

    • RVSqlBasedDataSource

      public RVSqlBasedDataSource()
  • Method Details

    • getHost

      public String getHost()
      Host name or IP address to connect to.
      Returns:
    • setHost

      public void setHost(String host)
      Host name or IP address to connect to.
      Parameters:
      host -
    • getPort

      public int getPort()
      TCP Port to connect to. When using SQL Server with a named instance (host\instance format), set this value to 0 or leave it unset to use dynamic port discovery.
      Returns:
    • setPort

      public void setPort(int port)
      TCP Port to connect to. When using SQL Server with a named instance (host\instance format), set this value to 0 or leave it unset to use dynamic port discovery.
      Parameters:
      port -