Uses of Class
com.oracle.bmc.opsi.model.SqlPlanLine
-
Packages that use SqlPlanLine Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlPlanLine in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlPlanLine Modifier and Type Method Description SqlPlanLine
SqlPlanLine.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlPlanLine Modifier and Type Method Description List<SqlPlanLine>
IngestSqlPlanLinesDetails. getItems()
List of SQL Plan Line Entries.Methods in com.oracle.bmc.opsi.model with parameters of type SqlPlanLine Modifier and Type Method Description SqlPlanLine.Builder
SqlPlanLine.Builder. copy(SqlPlanLine model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlPlanLine Modifier and Type Method Description IngestSqlPlanLinesDetails.Builder
IngestSqlPlanLinesDetails.Builder. items(List<SqlPlanLine> items)
List of SQL Plan Line Entries.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlPlanLine Constructor Description IngestSqlPlanLinesDetails(List<SqlPlanLine> items)
Deprecated.
-