Class RVPostgresDataSource

All Implemented Interfaces:
IProcessDataOnServerDataSource

public class RVPostgresDataSource extends RVSqlPDSDataSource
PostgreSQL data source, it adds database name and schema properties to the base properties in RVSqlPDSDataSource.
  • Field Details

  • Constructor Details

    • RVPostgresDataSource

      public RVPostgresDataSource()
  • 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