SqlPlanSummary¶
-
class
oci.opsi.models.
SqlPlanSummary
(**kwargs)¶ Bases:
object
SQL Plan details
Methods
__init__
(**kwargs)Initializes a new SqlPlanSummary object with values from keyword arguments. Attributes
plan_content
[Required] Gets the plan_content of this SqlPlanSummary. plan_hash
[Required] Gets the plan_hash of this SqlPlanSummary. -
__init__
(**kwargs)¶ Initializes a new SqlPlanSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - plan_hash (int) – The value to assign to the plan_hash property of this SqlPlanSummary.
- plan_content (str) – The value to assign to the plan_content property of this SqlPlanSummary.
-
plan_content
¶ [Required] Gets the plan_content of this SqlPlanSummary. Plan XML Content
Returns: The plan_content of this SqlPlanSummary. Return type: str
-
plan_hash
¶ [Required] Gets the plan_hash of this SqlPlanSummary. Plan hash value for the SQL Execution Plan
Returns: The plan_hash of this SqlPlanSummary. Return type: int
-