Uses of Class
com.oracle.bmc.opsi.model.SqlPlanInsights.Builder
-
Packages that use SqlPlanInsights.Builder Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlPlanInsights.Builder in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlPlanInsights.Builder Modifier and Type Method Description static SqlPlanInsights.Builder
SqlPlanInsights. builder()
Create a new builder.SqlPlanInsights.Builder
SqlPlanInsights.Builder. category(String category)
SQL Insight category.SqlPlanInsights.Builder
SqlPlanInsights.Builder. copy(SqlPlanInsights model)
SqlPlanInsights.Builder
SqlPlanInsights.Builder. text(String text)
SQL Plan Insight text.SqlPlanInsights.Builder
SqlPlanInsights. toBuilder()
SqlPlanInsights.Builder
SqlPlanInsights.Builder. value(Long value)
SQL execution plan hash value for a given insight.
-