Class PostgresDatabaseStatsExtractor

java.lang.Object
org.odpi.openmetadata.adapters.connectors.postgres.survey.PostgresDatabaseStatsExtractor

public class PostgresDatabaseStatsExtractor extends Object
  • Constructor Details

    • PostgresDatabaseStatsExtractor

      public PostgresDatabaseStatsExtractor(List<String> validDatabases, Connection jdbcConnection, SurveyActionServiceConnector surveyActionServiceConnector)
      Constructor sets up the list of databases to process and the connection to the database.
      Parameters:
      validDatabases - list of database names
      jdbcConnection - connection to the database