Package org.odpi.openmetadata.adapters.connectors.mssql.survey


package org.odpi.openmetadata.adapters.connectors.mssql.survey
  • Classes
    Class
    Description
    MSSQLDatabaseStatsExtractor gathers the same measurements as the PostgreSQL equivalent (org.odpi.openmetadata.adapters.connectors.postgres.survey.PostgresDatabaseStatsExtractor) but sources them from Microsoft SQL Server's system catalog views and DMVs (sys.databases, sys.tables, sys.views, sys.columns, sys.dm_db_partition_stats, sys.dm_db_index_operational_stats, sys.dm_db_stats_histogram) instead of pg_catalog.
    MSSQLDatabaseSurveyActionProvider is the OCF connector provider for the Microsoft SQL Server database survey action service.
    MSSQLDatabaseSurveyActionService surveys the content of a particular database.
    MSSQLServerSurveyActionProvider is the OCF connector provider for the Microsoft SQL Server survey action service.
    JDBCResourceConnector provides basic implementation of DataSource interface in order to get a Connection to target database.