Class RVRedshiftDataSource


public class RVRedshiftDataSource extends RVSqlBasedDataSource
Amazon Redshift data source, it adds the database name property to the base properties in RVSqlBasedDataSource.
  • Field Details

  • Constructor Details

    • RVRedshiftDataSource

      public RVRedshiftDataSource()
  • Method Details

    • setDatabase

      public String setDatabase(String value)
      Name of the database to connect to.
      Parameters:
      value -
      Returns:
    • getDatabase

      public String getDatabase()
      Name of the database to connect to.
      Returns:
    • setSchema

      public String setSchema(String value)
      Name of the schema to use.
      Parameters:
      value -
      Returns:
    • getSchema

      public String getSchema()
      Name of the schema to use.
      Returns:
    • getProviderKey

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