Uses of Class
com.oracle.bmc.databasemanagement.model.SqlPlanBaseline.AutoPurge
-
Packages that use SqlPlanBaseline.AutoPurge Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlPlanBaseline.AutoPurge in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlPlanBaseline.AutoPurge Modifier and Type Method Description static SqlPlanBaseline.AutoPurge
SqlPlanBaseline.AutoPurge. create(String key)
SqlPlanBaseline.AutoPurge
SqlPlanBaseline. getAutoPurge()
Indicates whether the plan baseline is auto-purged (YES) or not (NO).static SqlPlanBaseline.AutoPurge
SqlPlanBaseline.AutoPurge. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlPlanBaseline.AutoPurge[]
SqlPlanBaseline.AutoPurge. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type SqlPlanBaseline.AutoPurge Modifier and Type Method Description SqlPlanBaseline.Builder
SqlPlanBaseline.Builder. autoPurge(SqlPlanBaseline.AutoPurge autoPurge)
Indicates whether the plan baseline is auto-purged (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlPlanBaseline.AutoPurge Constructor 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.
-