Uses of Class
com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.LoadOption
-
Packages that use LoadSqlTuningSetDetails.LoadOption Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of LoadSqlTuningSetDetails.LoadOption in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LoadSqlTuningSetDetails.LoadOption Modifier and Type Method Description static LoadSqlTuningSetDetails.LoadOption
LoadSqlTuningSetDetails.LoadOption. create(String key)
LoadSqlTuningSetDetails.LoadOption
LoadSqlTuningSetDetails. getLoadOption()
Specifies which statements are loaded into the Sql tuning set.static LoadSqlTuningSetDetails.LoadOption
LoadSqlTuningSetDetails.LoadOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSqlTuningSetDetails.LoadOption[]
LoadSqlTuningSetDetails.LoadOption. 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 LoadSqlTuningSetDetails.LoadOption Modifier and Type Method Description LoadSqlTuningSetDetails.Builder
LoadSqlTuningSetDetails.Builder. loadOption(LoadSqlTuningSetDetails.LoadOption loadOption)
Specifies which statements are loaded into the Sql tuning set.
-