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