Uses of Class
com.oracle.bmc.databasemanagement.model.SqlPlanBaseline.Reproduced
-
Packages that use SqlPlanBaseline.Reproduced Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlPlanBaseline.Reproduced in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlPlanBaseline.Reproduced Modifier and Type Method Description static SqlPlanBaseline.Reproduced
SqlPlanBaseline.Reproduced. create(String key)
SqlPlanBaseline.Reproduced
SqlPlanBaseline. getReproduced()
Indicates whether the optimizer was able to reproduce the plan (YES) or not ( NO).static SqlPlanBaseline.Reproduced
SqlPlanBaseline.Reproduced. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlPlanBaseline.Reproduced[]
SqlPlanBaseline.Reproduced. 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.Reproduced Modifier and Type Method Description SqlPlanBaseline.Builder
SqlPlanBaseline.Builder. reproduced(SqlPlanBaseline.Reproduced reproduced)
Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlPlanBaseline.Reproduced 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.
-