SqlTuningAdvisorTaskSummaryReportStatementCounts

class oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatementCounts(**kwargs)

Bases: object

The number of statements in the SQL Tuning Advisor summary report.

Methods

__init__(**kwargs) Initializes a new SqlTuningAdvisorTaskSummaryReportStatementCounts object with values from keyword arguments.

Attributes

distinct_sql [Required] Gets the distinct_sql of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
error_count [Required] Gets the error_count of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
finding_count [Required] Gets the finding_count of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
total_sql [Required] Gets the total_sql of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
__init__(**kwargs)

Initializes a new SqlTuningAdvisorTaskSummaryReportStatementCounts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • distinct_sql (int) – The value to assign to the distinct_sql property of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
  • total_sql (int) – The value to assign to the total_sql property of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
  • finding_count (int) – The value to assign to the finding_count property of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
  • error_count (int) – The value to assign to the error_count property of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
distinct_sql

[Required] Gets the distinct_sql of this SqlTuningAdvisorTaskSummaryReportStatementCounts. The number of distinct SQL statements.

Returns:The distinct_sql of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
Return type:int
error_count

[Required] Gets the error_count of this SqlTuningAdvisorTaskSummaryReportStatementCounts. The number of distinct SQL statements with errors.

Returns:The error_count of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
Return type:int
finding_count

[Required] Gets the finding_count of this SqlTuningAdvisorTaskSummaryReportStatementCounts. The number of distinct SQL statements with findings.

Returns:The finding_count of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
Return type:int
total_sql

[Required] Gets the total_sql of this SqlTuningAdvisorTaskSummaryReportStatementCounts. The total number of SQL statements.

Returns:The total_sql of this SqlTuningAdvisorTaskSummaryReportStatementCounts.
Return type:int