Uses of Class
com.oracle.bmc.databasemanagement.model.SqlPlanBaseline.Adaptive
-
Packages that use SqlPlanBaseline.Adaptive Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlPlanBaseline.Adaptive in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlPlanBaseline.Adaptive Modifier and Type Method Description static SqlPlanBaseline.Adaptive
SqlPlanBaseline.Adaptive. create(String key)
SqlPlanBaseline.Adaptive
SqlPlanBaseline. getAdaptive()
Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.static SqlPlanBaseline.Adaptive
SqlPlanBaseline.Adaptive. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlPlanBaseline.Adaptive[]
SqlPlanBaseline.Adaptive. 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.Adaptive Modifier and Type Method Description SqlPlanBaseline.Builder
SqlPlanBaseline.Builder. adaptive(SqlPlanBaseline.Adaptive adaptive)
Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlPlanBaseline.Adaptive 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.
-