Class PostgresDatabaseStatsExtractor
java.lang.Object
org.odpi.openmetadata.adapters.connectors.postgres.survey.PostgresDatabaseStatsExtractor
-
Constructor Summary
ConstructorDescriptionPostgresDatabaseStatsExtractor
(List<String> validDatabases, Connection jdbcConnection, SurveyActionServiceConnector surveyActionServiceConnector) Constructor sets up the list of databases to process and the connection to the database. -
Method Summary
-
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 namesjdbcConnection
- connection to the database
-