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