Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static SqlPlanBaseline.Accepted |
SqlPlanBaseline.Accepted.create(String key) |
SqlPlanBaseline.Accepted |
SqlPlanBaseline.getAccepted()
Indicates whether the plan baseline is accepted (
YES ) or not (NO ). |
static SqlPlanBaseline.Accepted |
SqlPlanBaseline.Accepted.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlPlanBaseline.Accepted[] |
SqlPlanBaseline.Accepted.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlPlanBaseline.Builder |
SqlPlanBaseline.Builder.accepted(SqlPlanBaseline.Accepted accepted)
Indicates whether the plan baseline is accepted (
YES ) or not (NO ). |
Constructor and Description |
---|
SqlPlanBaseline(String planName,
String sqlHandle,
String sqlText,
SqlPlanBaselineOrigin origin,
Date timeCreated,
Date timeLastModified,
Date timeLastExecuted,
SqlPlanBaseline.Enabled enabled,
SqlPlanBaseline.Accepted accepted,
SqlPlanBaseline.Fixed fixed,
SqlPlanBaseline.Reproduced reproduced,
SqlPlanBaseline.AutoPurge autoPurge,
SqlPlanBaseline.Adaptive adaptive,
String module,
String action,
String executionPlan)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.